forked from OSchip/llvm-project
[lldb/tests] Un-skip TestGuiBasicDebug.py on Arm and AArch64
The test was timing out because of https://reviews.llvm.org/D92164, it should pass now.
This commit is contained in:
parent
36de94cf54
commit
f9c5e1664e
|
@ -15,7 +15,6 @@ class TestGuiBasicDebugCommandTest(PExpectTest):
|
|||
# under ASAN on a loaded machine..
|
||||
@skipIfAsan
|
||||
@skipIfCursesSupportMissing
|
||||
@skipIf(archs=["arm", "aarch64"], oslist=["linux"])
|
||||
def test_gui(self):
|
||||
self.build()
|
||||
|
||||
|
|
Loading…
Reference in New Issue