Undo flakiness hack

This commit is contained in:
Ben Jackson 2020-11-22 13:30:14 +00:00
commit f87aa4aa19

View file

@ -361,9 +361,7 @@ for s:test in sort(s:tests)
set belloff=all
" A test can set g:test_is_flaky to retry running the test.
"
" FIXME: We assume all tests are flaky
let g:test_is_flaky = 1
let g:test_is_flaky = 0
call RunTheTest(s:test)