From 66b829ac7b6864f4546771668739d80fa34a7e17 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 8 Apr 2022 10:36:16 -0700 Subject: [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. --- lldb/test/API/python_api/target/TestTargetAPI.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test/API/python_api/target/TestTargetAPI.py') 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() -- cgit v1.2.3