diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/gui')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py b/lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py index 0ee0982a5b4..2dcc7d08e6e 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py +++ b/lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py @@ -15,7 +15,7 @@ class BasicGuiCommandTest(PExpectTest): # under ASAN on a loaded machine.. @skipIfAsan @skipIfCursesSupportMissing - @skipIfDarwinEmbedded # "run" command will not work correctly for remote debug + @skipIfRemote # "run" command will not work correctly for remote debug def test_gui(self): self.build() |