xfail TestQueues on macOS

This test is failing on CI.  I cannot get it to fail on my
local setup.

Tracked by:
rdar://28658529

llvm-svn: 283492
This commit is contained in:
Todd Fiala 2016-10-06 21:07:45 +00:00
parent 51019244ab
commit 8e2208b237
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ class TestQueues(TestBase):
@skipUnlessDarwin
@add_test_categories(['pyapi'])
@expectedFailureAll(bugnumber="rdar://28658529")
def test_with_python_api(self):
"""Test queues inspection SB APIs."""
self.build()