[lldb] Mark TestRosetta as skipIfDarwinEmbedded

This test only makes sense on the host.

GitOrigin-RevId: 880b2128ef4b884612a59836583a5d3d4108fb43
diff --git a/test/API/macosx/rosetta/TestRosetta.py b/test/API/macosx/rosetta/TestRosetta.py
index 628d265..8836db9 100644
--- a/test/API/macosx/rosetta/TestRosetta.py
+++ b/test/API/macosx/rosetta/TestRosetta.py
@@ -35,6 +35,7 @@
     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()