[lldb] Skip Test11588 on Windows
authorStella Stamenova <stilis@microsoft.com>
Mon, 14 Mar 2022 16:26:41 +0000 (09:26 -0700)
committerStella Stamenova <stilis@microsoft.com>
Mon, 14 Mar 2022 16:26:41 +0000 (09:26 -0700)
The test was marked as XFAIL on Windows, but recent changes have made it flaky instead

lldb/test/API/commands/expression/issue_11588/Test11588.py

index 626eef6..9f743fb 100644 (file)
@@ -16,7 +16,7 @@ class Issue11581TestCase(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24778")
+    @skipIfWindows #This test is now flaky on windows, see llvm.org/pr24778
     def test_11581_commands(self):
         # This is the function to remove the custom commands in order to have a
         # clean slate for the next test case.