diff src/testdir/runtest.vim @ 14569:720b857c45ca v8.1.0298

patch 8.1.0298: window resize test sometimes fails on Mac commit https://github.com/vim/vim/commit/46fad2ef0bd5124f1be22c807214c243fb5611d8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 19 16:09:27 2018 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Sun, 19 Aug 2018 16:15:04 +0200
parents d6866c54a311
children 44df6e5c17c3
line wrap: on
line diff
--- a/src/testdir/runtest.vim
+++ b/src/testdir/runtest.vim
@@ -272,6 +272,7 @@ let s:flaky = [
       \ 'Test_paused()',
       \ 'Test_pipe_through_sort_all()',
       \ 'Test_pipe_through_sort_some()',
+      \ 'Test_popup_and_window_resize()',  " sometimes fails on Mac
       \ 'Test_quoteplus()',
       \ 'Test_quotestar()',
       \ 'Test_reltime()',