Try to determine what is flaking the tests; make sure to reset the priorities

This commit is contained in:
Ben Jackson 2020-09-01 17:06:52 +01:00
commit b22d8e570e
2 changed files with 26 additions and 7 deletions

View file

@ -631,6 +631,7 @@ function! Test_Custom_Breakpoint_Priority()
call vimspector#test#setup#Reset()
lcd -
%bwipeout!
unlet! g:vimspector_sign_priority
endfunction
function! Test_Custom_Breakpoint_Priority_Partial()
@ -717,8 +718,5 @@ function! Test_Custom_Breakpoint_Priority_Partial()
call vimspector#test#setup#Reset()
lcd -
%bwipeout!
endfunction
function! TearDown_Test_Custom_Breakpoint_Priority()
unlet! g:vimspector_sign_priority
endfunction