[lldb] Skip Test11588 on Windows

The test was marked as XFAIL on Windows, but recent changes have made it flaky instead
This commit is contained in:
Stella Stamenova 2022-03-14 09:26:41 -07:00
parent f51d7e4bae
commit 8bd1988e74
1 changed files with 1 additions and 1 deletions

View 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.