[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:
Tatyana Krasnukha 2021-02-03 23:35:35 +03:00
parent 36de94cf54
commit f9c5e1664e
1 changed files with 0 additions and 1 deletions

View File

@ -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()