[lldb] Mark TestRosetta as skipIfDarwinEmbedded

This test only makes sense on the host.
This commit is contained in:
Jonas Devlieghere 2022-08-03 13:39:31 -07:00
parent 383e754072
commit 880b2128ef
No known key found for this signature in database
GPG Key ID: 49CC0BD90FDEED4D
1 changed files with 1 additions and 0 deletions

View 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()