diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2022-04-08 10:36:16 -0700 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2022-04-08 10:46:34 -0700 |
| commit | 66b829ac7b6864f4546771668739d80fa34a7e17 (patch) | |
| tree | c96f63e89a6549ff6aefeedeeb2c1bd2fc5e0d33 /lldb/test/API/python_api/process/TestProcessAPI.py | |
| parent | 257f98466222c1fba3d3f6c0afa5e93793d14109 (diff) | |
[lldb] Skip a bunch of tests that shouldn't run remotely
Skip a bunch of tests that don't really make sense to run remotely.
Diffstat (limited to 'lldb/test/API/python_api/process/TestProcessAPI.py')
| -rw-r--r-- | lldb/test/API/python_api/process/TestProcessAPI.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/python_api/process/TestProcessAPI.py b/lldb/test/API/python_api/process/TestProcessAPI.py index bfa1a22b9184..6d1b3e495883 100644 --- a/lldb/test/API/python_api/process/TestProcessAPI.py +++ b/lldb/test/API/python_api/process/TestProcessAPI.py @@ -320,6 +320,7 @@ class ProcessAPITestCase(TestBase): print("Number of supported hardware watchpoints: %d" % num) @no_debug_info_test + @skipIfRemote def test_get_process_info(self): """Test SBProcess::GetProcessInfo() API with a locally launched process.""" self.build() |
