diff --git a/tests/breakpoints.test.vim b/tests/breakpoints.test.vim index 67bb47f..2a8c053 100644 --- a/tests/breakpoints.test.vim +++ b/tests/breakpoints.test.vim @@ -394,6 +394,8 @@ function! SetUp_Test_Conditional_Line_Breakpoint_Hit() endfunction function! Test_Conditional_Line_Breakpoint_Hit() + call ThisTestIsFlaky() + let fn = '../support/test/python/simple_python/main.py' exe 'edit' fn call setpos( '.', [ 0, 14, 1 ] )