[lldb] Skip TestProcessConnect when running remotely

This test doesn't make much sense when already running remotely.
This commit is contained in:
Jonas Devlieghere 2020-08-05 15:21:46 -07:00
parent df46f174db
commit 31137b87ef
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ from lldbsuite.test.decorators import *
from gdbclientutils import *
@skipIfRemote
class TestProcessConnect(GDBRemoteTestBase):
NO_DEBUG_INFO_TESTCASE = True