forked from OSchip/llvm-project
[lldb/Test] Temporarily skip watch simulator in TestSimulatorPlatform.py
The simulator doesn't launch on green-dragon-10. rdar://problem/64552748
This commit is contained in:
parent
0dda5e4ce2
commit
7a9a341953
|
@ -39,6 +39,7 @@ class TestSimulatorPlatformLaunching(TestBase):
|
|||
@skipUnlessDarwin
|
||||
@skipIfDarwinEmbedded
|
||||
@apple_simulator_test('watch')
|
||||
@skipIfDarwin # rdar://problem/64552748
|
||||
def test_watchos(self):
|
||||
"""Test running a 32-bit watchOS simulator binary"""
|
||||
self.run_with(arch='i386',
|
||||
|
|
Loading…
Reference in New Issue