[lldb] [test] Skip one more TestMiBreak on NetBSD

llvm-svn: 360800
This commit is contained in:
Michal Gorny 2019-05-15 20:03:31 +00:00
parent 47241aaff7
commit 11b515ac0a
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,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
@skipIfRemote # We do not currently support remote debugging via the MI.
@expectedFlakeyNetBSD
@skipIfNetBSD
def test_lldbmi_break_enable_disable(self):
"""Test that 'lldb-mi --interpreter' works for enabling / disabling breakpoints."""