[lldb] Mark TestRosetta as skipIfDarwinEmbedded
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 3 Aug 2022 20:39:31 +0000 (13:39 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 3 Aug 2022 21:24:37 +0000 (14:24 -0700)
This test only makes sense on the host.

lldb/test/API/macosx/rosetta/TestRosetta.py

index 628d265..8836db9 100644 (file)
@@ -35,6 +35,7 @@ class TestRosetta(TestBase):
     NO_DEBUG_INFO_TESTCASE = True
 
     @skipUnlessAppleSilicon
+    @skipIfDarwinEmbedded
     def test_rosetta(self):
         """There can be many tests in a test case - describe this test here."""
         self.build()