aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-10-16 19:11:03 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-10-18 23:19:55 -0400
commit7ba26ef3c01305334ccd84a78ef04d6f54e6b486 (patch)
tree4ae55b7286b953ba96d59e473590bab08af6a9c0 /src
parentc54a7e586bc39ff5798b32641aefd320389a0303 (diff)
downloadrneovim-7ba26ef3c01305334ccd84a78ef04d6f54e6b486.tar.gz
rneovim-7ba26ef3c01305334ccd84a78ef04d6f54e6b486.tar.bz2
rneovim-7ba26ef3c01305334ccd84a78ef04d6f54e6b486.zip
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. https://github.com/vim/vim/commit/4e03933726e3698d962bf7dacdd27f306a4c5086
Diffstat (limited to 'src')
-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 8f5f3f82e7..49ec308db6 100644
--- a/src/nvim/testdir/runtest.vim
+++ b/src/nvim/testdir/runtest.vim
@@ -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()',