Skip to content

Commit

Permalink
[lldb] [test] Skip one more TestMiBreak on NetBSD
Browse files Browse the repository at this point in the history
llvm-svn: 360800
  • Loading branch information
mgorny committed May 15, 2019
1 parent 47241aa commit 11b515a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def test_lldbmi_break_insert_settings(self):
@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."""

Expand Down

0 comments on commit 11b515a

Please sign in to comment.