Skip to content

Commit 9322e57

Browse files
committed
[LLDB] Skip TestGuiBasicDebug.py on Arm and AArch64/Linux
TestGuiBasicDebug.py is intermittenly timing out on LLDB AArch64/Linux buildbot. Putting SkipIf decorator untill root cuase is identified.
1 parent c107572 commit 9322e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class TestGuiBasicDebugCommandTest(PExpectTest):
1515
# under ASAN on a loaded machine..
1616
@skipIfAsan
1717
@skipIfCursesSupportMissing
18-
@expectedFailureAll(archs=["aarch64"], oslist=["linux"])
18+
@skipIf(archs=["arm", "aarch64"], oslist=["linux"])
1919
def test_gui(self):
2020
self.build()
2121

0 commit comments

Comments
 (0)