From: Jonas Devlieghere Date: Wed, 5 Aug 2020 22:21:46 +0000 (-0700) Subject: [lldb] Skip TestProcessConnect when running remotely X-Git-Tag: llvmorg-13-init~15637 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31137b87efc12b1d8cdd8307bcddb986e5c23c61;p=platform%2Fupstream%2Fllvm.git [lldb] Skip TestProcessConnect when running remotely This test doesn't make much sense when already running remotely. --- diff --git a/lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py b/lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py index 14891b2..32a585d 100644 --- a/lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py +++ b/lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py @@ -6,6 +6,7 @@ from lldbsuite.test.decorators import * from gdbclientutils import * +@skipIfRemote class TestProcessConnect(GDBRemoteTestBase): NO_DEBUG_INFO_TESTCASE = True