forked from OSchip/llvm-project
Expected fail this test and supplied the radar number that is tracking the fix.
llvm-svn: 249631
This commit is contained in:
parent
f82a0eef13
commit
69d25a8d7b
|
@ -11,7 +11,8 @@ class TestQueues(TestBase):
|
|||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
@skipUnlessDarwin
|
||||
@python_api_test
|
||||
@python_api_test
|
||||
@unittest2.expectedFailure("rdar://22531180")
|
||||
def test_with_python_api(self):
|
||||
"""Test queues inspection SB APIs."""
|
||||
self.build()
|
||||
|
|
Loading…
Reference in New Issue