From 26277cefbd87d982cd9c263ac8459613afaab3b8 Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Sat, 19 Sep 2020 11:36:28 +0100 Subject: [PATCH] Another flaky test --- tests/breakpoints.test.vim | 2 ++ 1 file changed, 2 insertions(+) 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 ] )