mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 04:35:04 -07:00
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:
parent
9fe472c91b
commit
a9ae5bf36b
@ -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()',
|
||||||
|
Loading…
Reference in New Issue
Block a user