Mark a test_lldbmi_gdb_set_target_async_on as flaky on linux

Test fails in about 1% of buildbot runs. Marking as flaky to avoid the noise.

llvm-svn: 256835
This commit is contained in:
Pavel Labath 2016-01-05 14:21:15 +00:00
parent 307a3ba3b3
commit 6f38342af1
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ class MiGdbSetShowTestCase(lldbmi_testcase.MiTestCaseBase):
@expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
@skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
@expectedFlakeyLinux("llvm.org/pr26028") # Fails in ~1% of cases
def test_lldbmi_gdb_set_target_async_on(self):
"""Test that 'lldb-mi --interpreter' can execute commands in async mode."""