mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
vim-patch:8.0.1262: terminal redir test is flaky
Problem: Terminal redir test is flaky.
Solution: Add it to the list of flaky tests.
7dd88c5133
This commit is contained in:
parent
e4952ee006
commit
8dd63dbe31
@ -222,6 +222,7 @@ endif
|
||||
let s:flaky = [
|
||||
\ 'Test_oneshot()',
|
||||
\ 'Test_terminal_composing_unicode()',
|
||||
\ 'Test_terminal_redir_file()',
|
||||
\ 'Test_with_partial_callback()',
|
||||
\ 'Test_lambda_with_timer()',
|
||||
\ ]
|
||||
|
Loading…
Reference in New Issue
Block a user