diff options
author | Daniel Hahler <git@thequod.de> | 2019-08-13 15:46:15 +0200 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2019-08-13 22:15:54 +0200 |
commit | db41d02e48d9391f7f4ea944e27a46af05731822 (patch) | |
tree | 0546bc19489d05217adcb16ed1e3ceca96513e4e | |
parent | 4e6c59643100cf775ff65b7da67e23620ff247f8 (diff) | |
download | rneovim-db41d02e48d9391f7f4ea944e27a46af05731822.tar.gz rneovim-db41d02e48d9391f7f4ea944e27a46af05731822.tar.bz2 rneovim-db41d02e48d9391f7f4ea944e27a46af05731822.zip |
vim-patch:8.1.1842: test listed as flaky should no longer be flaky
Problem: Test listed as flaky should no longer be flaky.
Solution: Remove Test_popup_and_window_resize from the list of flaky tests.
(Daniel Hahler, close vim/vim#4807)
https://github.com/vim/vim/commit/9570aacdb82c1eb5645d0fbc35bf9728d7334b23
-rw-r--r-- | src/nvim/testdir/runtest.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/runtest.vim b/src/nvim/testdir/runtest.vim index c8161b1f9b..e0c40181e4 100644 --- a/src/nvim/testdir/runtest.vim +++ b/src/nvim/testdir/runtest.vim @@ -269,7 +269,6 @@ let s:flaky_tests = [ \ 'Test_oneshot()', \ 'Test_out_cb()', \ 'Test_paused()', - \ 'Test_popup_and_window_resize()', \ 'Test_quoteplus()', \ 'Test_quotestar()', \ 'Test_reltime()', |