[lldb] Skip TestMultipleDebuggers on Windows
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 17 Aug 2020 18:34:24 +0000 (11:34 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 17 Aug 2020 18:34:25 +0000 (11:34 -0700)
lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py

index 83d2707..d3a69a1 100644 (file)
@@ -18,6 +18,7 @@ class TestMultipleSimultaneousDebuggers(TestBase):
     NO_DEBUG_INFO_TESTCASE = True
 
     @skipIfNoSBHeaders
+    @skipIfWindows
     def test_multiple_debuggers(self):
         env = {self.dylibPath: self.getLLDBLibraryEnvVal()}