forked from OSchip/llvm-project
[lldb] Skip TestProcessConnect when running remotely
This test doesn't make much sense when already running remotely.
This commit is contained in:
parent
df46f174db
commit
31137b87ef
|
@ -6,6 +6,7 @@ from lldbsuite.test.decorators import *
|
|||
from gdbclientutils import *
|
||||
|
||||
|
||||
@skipIfRemote
|
||||
class TestProcessConnect(GDBRemoteTestBase):
|
||||
|
||||
NO_DEBUG_INFO_TESTCASE = True
|
||||
|
|
Loading…
Reference in New Issue