[lldb/Test] Temporarily disable TestSimulatorPlatform.py
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 24 Jun 2020 05:40:26 +0000 (22:40 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 24 Jun 2020 05:41:01 +0000 (22:41 -0700)
lldb/test/API/macosx/simulator/TestSimulatorPlatform.py

index dce37aa..4cc7ea6 100644 (file)
@@ -6,6 +6,7 @@ import json
 import unittest2
 
 
+@skipIfDarwin # rdar://problem/64552748
 class TestSimulatorPlatformLaunching(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
@@ -39,7 +40,6 @@ 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',