summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_popup.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-10-16 13:00:14 +0100
committerBram Moolenaar <Bram@vim.org>2021-10-16 13:00:14 +0100
commitf08b0eb8691ff09f98bc4beef986ece1c521655f (patch)
tree46dcc3bc1012a1dc5960f509ccb08ef23c5735cf /src/testdir/test_popup.vim
parentdb3b44640d69ab27270691a3cab8d83cc93a0861 (diff)
patch 8.2.3518: Test_xrestore sometimes failsv8.2.3518
Problem: Test_xrestore sometimes fails. Solution: Mark the test as flayky. Move marking test as flaky to the test instead of listing them in runtest.
Diffstat (limited to 'src/testdir/test_popup.vim')
-rw-r--r--src/testdir/test_popup.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_popup.vim b/src/testdir/test_popup.vim
index 0799df5480..2f29163ede 100644
--- a/src/testdir/test_popup.vim
+++ b/src/testdir/test_popup.vim
@@ -665,6 +665,7 @@ func Test_popup_and_window_resize()
CheckFeature terminal
CheckFeature quickfix
CheckNotGui
+ let g:test_is_flaky = 1
let h = winheight(0)
if h < 15