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/target/TestTargetAPI.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/target/TestTargetAPI.py')
| -rw-r--r-- | lldb/test/API/python_api/target/TestTargetAPI.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/python_api/target/TestTargetAPI.py b/lldb/test/API/python_api/target/TestTargetAPI.py index c02a0a29e0aa..c5ca42a89470 100644 --- a/lldb/test/API/python_api/target/TestTargetAPI.py +++ b/lldb/test/API/python_api/target/TestTargetAPI.py @@ -483,6 +483,7 @@ class TargetAPITestCase(TestBase): self.assertTrue(desc1 and desc2 and desc1 == desc2, "The two addresses should resolve to the same symbol") + @skipIfRemote def test_default_arch(self): """ Test the other two target create methods using LLDB_ARCH_DEFAULT. """ self.build() |
