Skip to content

Commit

Permalink
[lldb] Skip Test11588 on Windows
Browse files Browse the repository at this point in the history
The test was marked as XFAIL on Windows, but recent changes have made it flaky instead
  • Loading branch information
sstamenova committed Mar 14, 2022
1 parent f51d7e4 commit 8bd1988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/test/API/commands/expression/issue_11588/Test11588.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8bd1988

Please sign in to comment.