Try to determine what is flaking the tests; make sure to reset the priorities
This commit is contained in:
parent
dffd65f241
commit
b22d8e570e
2 changed files with 26 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue