vim-patch:8.1.2364: termwinscroll test is flaky on FreeBSD

Problem:    Termwinscroll test is flaky on FreeBSD.
Solution:   Add to list of flaky tests.  Rename function.
e219f73ed5
This commit is contained in:
Jan Edmund Lazo
2020-08-23 14:27:26 -04:00
parent d1e7156f26
commit b59dadde4e

View File

@@ -327,6 +327,7 @@ let s:flaky_tests = [
\ 'Test_terminal_composing_unicode()',
\ 'Test_terminal_redir_file()',
\ 'Test_terminal_tmap()',
\ 'Test_termwinscroll()',
\ 'Test_with_partial_callback()',
\ ]