Skip to content

Commit b272250

Browse files
committed
[lldb] Skip the flakey part of TestStopHookScripted on Linux
This test seems to randomly fail on Linux machines. It's only one part of the test failing randomly, so let's just skip it instead of reverting the whole patch (again).
1 parent bc730b5 commit b272250

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/commands/target/stop-hooks/TestStopHookScripted.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ def test_stop_hooks_scripted_return_false(self):
7171
"""Test that the returning False from a stop hook works"""
7272
self.do_test_auto_continue(True)
7373

74+
# Test is flakey on Linux.
75+
@skipIfLinux
7476
def do_test_auto_continue(self, return_true):
7577
"""Test that auto-continue works."""
7678
# We set auto-continue to 1 but the stop hook only applies to step_out_of_me,

0 commit comments

Comments
 (0)