[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.

GitOrigin-RevId: f9c5e1664e081031e7deec3df49953952771d21b
diff --git a/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py b/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
index d2e223a..9deb700 100644
--- a/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
+++ b/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
@@ -15,7 +15,6 @@
     # under ASAN on a loaded machine..
     @skipIfAsan
     @skipIfCursesSupportMissing
-    @skipIf(archs=["arm", "aarch64"], oslist=["linux"])
     def test_gui(self):
         self.build()