Mark TestMiBreak.test_lldbmi_break_insert_function_pending as flaky on linux
authorPavel Labath <labath@google.com>
Mon, 22 Feb 2016 09:51:32 +0000 (09:51 +0000)
committerPavel Labath <labath@google.com>
Mon, 22 Feb 2016 09:51:32 +0000 (09:51 +0000)
Test has become flaky again. Attempts to investigate the triggering commit have failed, so I
suspect it was flaky all along..

llvm-svn: 261519

lldb/packages/Python/lldbsuite/test/tools/lldb-mi/breakpoint/TestMiBreak.py

index 92cbd56..f5a221e 100644 (file)
@@ -17,6 +17,7 @@ class MiBreakTestCase(lldbmi_testcase.MiTestCaseBase):
 
     @skipIfWindows #llvm.org/pr24452: Get lldb-mi tests working on Windows
     @skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
+    @expectedFlakeyLinux("llvm.org/pr24717")
     def test_lldbmi_break_insert_function_pending(self):
         """Test that 'lldb-mi --interpreter' works for pending function breakpoints."""