Accomodate flaky tests that I can't diagnose
This commit is contained in:
parent
9e2526c4a4
commit
4ed9158282
3 changed files with 34 additions and 6 deletions
|
|
@ -87,3 +87,7 @@ func s:WaitForCommon(expr, assert, timeout)
|
|||
|
||||
return -1 " timed out
|
||||
endfunc
|
||||
|
||||
function! ThisTestIsFlaky()
|
||||
let g:test_is_flaky = v:true
|
||||
endfunction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue