Skip to content

Commit 6d8d4cf

Browse files
authored
[lldb] Disable flaky TestDetachResumes.py on Windows x86_64 (#145301)
See #144891 for details.
1 parent 1d907c2 commit 6d8d4cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lldb/test/API/commands/process/detach-resumes/TestDetachResumes.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
class DetachResumesTestCase(TestBase):
1313
NO_DEBUG_INFO_TESTCASE = True
1414

15+
@skipIf(
16+
oslist=["windows"],
17+
archs=["x86_64"],
18+
bugnumber="github.com/llvm/llvm-project/issues/144891",
19+
)
1520
def test_detach_resumes(self):
1621
self.build()
1722
exe = self.getBuildArtifact()

0 commit comments

Comments
 (0)