forked from OSchip/llvm-project
[lldb] Mark TestRosetta as skipIfDarwinEmbedded
This test only makes sense on the host.
This commit is contained in:
parent
383e754072
commit
880b2128ef
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue