diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-08-12 23:56:20 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-08-12 23:56:20 +0200 |
commit | 9570aacdb82c1eb5645d0fbc35bf9728d7334b23 (patch) | |
tree | fc9cf1d510fe17e8f9da1d9be202672fefb65c62 /src/testdir/runtest.vim | |
parent | d5e3cc11d391f3aa80bf66f91001f11a3a145b43 (diff) | |
download | vim-git-9570aacdb82c1eb5645d0fbc35bf9728d7334b23.tar.gz |
patch 8.1.1842: test listed as flaky should no longer be flakyv8.1.1842
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 #4807)
Diffstat (limited to 'src/testdir/runtest.vim')
-rw-r--r-- | src/testdir/runtest.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index c606cacd2..9b41b46f1 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -329,7 +329,6 @@ let s:flaky_tests = [ \ 'Test_paused()', \ 'Test_pipe_through_sort_all()', \ 'Test_pipe_through_sort_some()', - \ 'Test_popup_and_window_resize()', \ 'Test_quoteplus()', \ 'Test_quotestar()', \ 'Test_raw_one_time_callback()', |