Leave TestAttachResume as flakey on linux

there must be (at least) one more race hidden there...

llvm-svn: 251950
This commit is contained in:
Pavel Labath 2015-11-03 17:33:31 +00:00
parent e17765eed0
commit daa51d4a96
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ class AttachResumeTestCase(TestBase):
@skipIfRemote
@expectedFailureFreeBSD('llvm.org/pr19310')
@expectedFailureWindows("llvm.org/pr24778")
@expectedFlakeyLinux('llvm.org/pr19310')
def test_attach_continue_interrupt_detach(self):
"""Test attach/continue/interrupt/detach"""
self.build()