Skip to content

Commit

Permalink
[lldb] Skip TestGuiBasicDebug due to pr51833
Browse files Browse the repository at this point in the history
  • Loading branch information
labath committed Sep 13, 2021
1 parent b4e787d commit c82dbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
Expand Up @@ -14,7 +14,7 @@ class TestGuiBasicDebugCommandTest(PExpectTest):
# PExpect uses many timeouts internally and doesn't play well
# under ASAN on a loaded machine..
@skipIfAsan
@skipIf(oslist=["linux"], archs=["arm","aarch64"])
@skipIf(bugnumber="llvm.org/pr51833")
@skipIfCursesSupportMissing
def test_gui(self):
self.build()
Expand Down

0 comments on commit c82dbc2

Please sign in to comment.