Skip TestMultithreaded.test_sb_api_listener_resume on linux

The test still fails occasionally (1/100 runs). Upgrade the xfail to
skip.

llvm-svn: 349487
This commit is contained in:
Pavel Labath 2018-12-18 14:24:55 +00:00
parent 6b66308fa6
commit b4b7c148e3
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class SBBreakpointCallbackCase(TestBase):
# clang-cl does not support throw or catch (llvm.org/pr24538)
@skipIfWindows
@expectedFlakeyFreeBSD
@expectedFailureAll(oslist=["linux"])
@skipIf(oslist=["linux"]) # flakey
def test_sb_api_listener_resume(self):
""" Test that a process can be resumed from a non-main thread. """
self.build_and_test(