Accomodate flaky tests that I can't diagnose

This commit is contained in:
Ben Jackson 2020-09-19 11:18:34 +01:00
commit 4ed9158282
3 changed files with 34 additions and 6 deletions

View file

@ -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