vim-patch:8.1.0298: window resize test sometimes fails on Mac

Problem:    Window resize test sometimes fails on Mac.
Solution:   Add Test_popup_and_window_resize() to flaky tests.
46fad2ef0b
This commit is contained in:
Jan Edmund Lazo 2018-11-17 22:20:44 -05:00
parent 9fe472c91b
commit a9ae5bf36b

View File

@ -245,6 +245,7 @@ let s:flaky = [
\ 'Test_oneshot()', \ 'Test_oneshot()',
\ 'Test_out_cb()', \ 'Test_out_cb()',
\ 'Test_paused()', \ 'Test_paused()',
\ 'Test_popup_and_window_resize()', " sometimes fails on Mac
\ 'Test_quoteplus()', \ 'Test_quoteplus()',
\ 'Test_quotestar()', \ 'Test_quotestar()',
\ 'Test_reltime()', \ 'Test_reltime()',