diff options
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py b/lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py index 6a366b69d93..716d0d4f5bc 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py @@ -19,6 +19,8 @@ class ProcessAttachTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) + NO_DEBUG_INFO_TESTCASE = True + @skipIfiOSSimulator def test_attach_to_process_by_id(self): """Test attach by process id""" |