[lldb] [test] Skip test_leave_nonstop on Windows
authorMichał Górny <mgorny@moritz.systems>
Fri, 15 Jul 2022 19:47:37 +0000 (21:47 +0200)
committerMichał Górny <mgorny@moritz.systems>
Fri, 15 Jul 2022 19:48:03 +0000 (21:48 +0200)
lldb/test/API/tools/lldb-server/TestNonStop.py

index 13cfe7a..0031f18 100644 (file)
@@ -363,6 +363,7 @@ class LldbGdbServerTestCase(gdbremote_testcase.GdbRemoteTestCaseBase):
              ], True)
         self.expect_gdbremote_sequence()
 
+    @skipIfWindows
     @add_test_categories(["llgs"])
     def test_leave_nonstop(self):
         self.build()