[lldb] [test] Skip test_stop_reason_while_running on Windows

This commit is contained in:
Michał Górny 2022-07-15 20:14:26 +02:00
parent 3b3b816f29
commit 5d6659739c
1 changed files with 1 additions and 0 deletions

View File

@ -342,6 +342,7 @@ class LldbGdbServerTestCase(gdbremote_testcase.GdbRemoteTestCaseBase):
], True)
self.expect_gdbremote_sequence()
@skipIfWindows
@add_test_categories(["llgs"])
def test_stop_reason_while_running(self):
self.build()