aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2018-11-17 22:20:44 -0500
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-11-17 22:21:25 -0500
commita9ae5bf36b9a742e99e0945df0a0c6e473de1bf3 (patch)
tree9308fe7daf3219dd2bca5c3432a3366be3850992
parent9fe472c91b7f05be3ab5f5e0a459e303fa0eacc7 (diff)
downloadrneovim-a9ae5bf36b9a742e99e0945df0a0c6e473de1bf3.tar.gz
rneovim-a9ae5bf36b9a742e99e0945df0a0c6e473de1bf3.tar.bz2
rneovim-a9ae5bf36b9a742e99e0945df0a0c6e473de1bf3.zip
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. https://github.com/vim/vim/commit/46fad2ef0bd5124f1be22c807214c243fb5611d8
-rw-r--r--src/nvim/testdir/runtest.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/runtest.vim b/src/nvim/testdir/runtest.vim
index 99b2b940d7..8e9ee0494d 100644
--- a/src/nvim/testdir/runtest.vim
+++ b/src/nvim/testdir/runtest.vim
@@ -245,6 +245,7 @@ let s:flaky = [
\ 'Test_oneshot()',
\ 'Test_out_cb()',
\ 'Test_paused()',
+ \ 'Test_popup_and_window_resize()', " sometimes fails on Mac
\ 'Test_quoteplus()',
\ 'Test_quotestar()',
\ 'Test_reltime()',