From 31137b87efc12b1d8cdd8307bcddb986e5c23c61 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 5 Aug 2020 15:21:46 -0700 Subject: [PATCH] [lldb] Skip TestProcessConnect when running remotely This test doesn't make much sense when already running remotely. --- lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4