[lldb] Skip TestProcessConnect when running remotely
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 5 Aug 2020 22:21:46 +0000 (15:21 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 5 Aug 2020 22:27:34 +0000 (15:27 -0700)
This test doesn't make much sense when already running remotely.

lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py

index 14891b2..32a585d 100644 (file)
@@ -6,6 +6,7 @@ from lldbsuite.test.decorators import *
 from gdbclientutils import *
 
 
+@skipIfRemote
 class TestProcessConnect(GDBRemoteTestBase):
 
     NO_DEBUG_INFO_TESTCASE = True