Skip TestThreadSpecificBpPlusCondition on Darwin due to timeouts

Bot failure: https://ci.swift.org/job/oss-lldb-incremental-osx/1104/

llvm-svn: 327731
This commit is contained in:
Vedant Kumar 2018-03-16 19:33:39 +00:00
parent f0815e01d8
commit 5ba2fe3720
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ class ThreadSpecificBreakPlusConditionTestCase(TestBase):
# test frequently times out or hangs
@skipIf(oslist=['windows', 'freebsd'])
@skipIfDarwin
# hits break in another thread in testrun
@expectedFailureAll(oslist=['freebsd'], bugnumber='llvm.org/pr18522')
@add_test_categories(['pyapi'])