vim-patch:8.1.0533: screendump tests can be flaky

Problem:    Screendump tests can be flaky.
Solution:   Add VerifyScreenDump to the pattern of flaky tests.
447f6ce8bd
This commit is contained in:
Jan Edmund Lazo 2019-07-07 21:41:35 -04:00
parent 5b8d378923
commit 71018924fc

View File

@ -282,7 +282,7 @@ let s:flaky_tests = [
\ ]
" Pattern indicating a common flaky test failure.
let s:flaky_errors_re = 'StopVimInTerminal'
let s:flaky_errors_re = 'StopVimInTerminal\|VerifyScreenDump'
" Locate Test_ functions and execute them.
redir @q