A third attempt to mark TestRdar12408181.py as skipped
authorVedant Kumar <vsk@apple.com>
Wed, 17 Jan 2018 20:54:39 +0000 (20:54 +0000)
committerVedant Kumar <vsk@apple.com>
Wed, 17 Jan 2018 20:54:39 +0000 (20:54 +0000)
commit75d7ee6af579fe9f2624ae016c9fdad2d1192559
tree3814cd59ac3d5344f586d2d0a6545fb2e62b3808
parenteac2b47b9fcd7386943a4085c68e8830e22e43f3
A third attempt to mark TestRdar12408181.py as skipped

Due to an unfortunate difference between the open source test harness
and our internal harness, applying two @skip... decorators to this test
works in the internal build but not in the open source build.

I've tried another approach to skipping this test and tested it out with
the open source harness. Hopefully this sticks!

rdar://36417163

llvm-svn: 322756
lldb/packages/Python/lldbsuite/test/lang/objc/rdar-12408181/TestRdar12408181.py