Try again to mark TestRdar12408181.py as skipped

rdar://36417163

llvm-svn: 322740
This commit is contained in:
Vedant Kumar 2018-01-17 19:25:12 +00:00
parent d700869235
commit d122baec22

View File

@ -13,9 +13,13 @@ from lldbsuite.test.lldbtest import *
from lldbsuite.test import lldbutil
# TODO: Switch back to @skipUnlessDarwin when the bug preventing the test app
# from launching is resolved.
@skipIf
# TODO: The Jenkins testers on OS X fail running this test because they don't
# have access to WindowServer so NSWindow doesn't work. We should disable this
# test if WindowServer isn't available.
# Note: Simply applying the @skipIf decorator here confuses the test harness
# and gives a spurious failure.
@skipUnlessDarwin
@skipIfDarwin
class Rdar12408181TestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)