vim-patch:8.1.2162: popup resize test is flaky

Problem:    Popup resize test is flaky. (Christian Brabandt)
Solution:   Add the function to the list of flaky tests.
4e03933726
This commit is contained in:
Jan Edmund Lazo 2019-10-16 19:11:03 -04:00
parent c54a7e586b
commit 7ba26ef3c0
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15

View File

@ -289,6 +289,7 @@ let s:flaky_tests = [
\ 'Test_oneshot()',
\ 'Test_out_cb()',
\ 'Test_paused()',
\ 'Test_popup_and_window_resize()',
\ 'Test_quoteplus()',
\ 'Test_quotestar()',
\ 'Test_reltime()',