Skip to content

Commit 5a7b61b

Browse files
committed
[lldb] Skip TestMultipleDebuggers on Windows
1 parent 24d3210 commit 5a7b61b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class TestMultipleSimultaneousDebuggers(TestBase):
1818
NO_DEBUG_INFO_TESTCASE = True
1919

2020
@skipIfNoSBHeaders
21+
@skipIfWindows
2122
def test_multiple_debuggers(self):
2223
env = {self.dylibPath: self.getLLDBLibraryEnvVal()}
2324

0 commit comments

Comments
 (0)