From 7d5ad3ffa101d34585a519f3aaa06a4b97a35bbf Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Sat, 21 Nov 2020 17:53:41 +0000 Subject: [PATCH] Another flaky test --- tests/breakpoints.test.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/breakpoints.test.vim b/tests/breakpoints.test.vim index e6a1357..9ae1907 100644 --- a/tests/breakpoints.test.vim +++ b/tests/breakpoints.test.vim @@ -684,6 +684,7 @@ function! Test_Custom_Breakpoint_Priority_Partial() endfunction function! Test_Add_Line_BP_In_Other_File_While_Debugging() + call ThisTestIsFlaky() let moo = 'moo.py' let cow = 'cow.py' lcd ../support/test/python/multiple_files