0
0
mirror of https://github.com/vim/vim.git synced 2025-11-16 23:24:03 -05:00

patch 8.2.3518: Test_xrestore sometimes fails

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.
This commit is contained in:
Bram Moolenaar
2021-10-16 13:00:14 +01:00
parent db3b44640d
commit f08b0eb869
16 changed files with 38 additions and 39 deletions

View File

@@ -136,6 +136,8 @@ endfunc
func Test_xrestore()
CheckFeature xterm_clipboard
let g:test_is_flaky = 1
let display = $DISPLAY
new
call CheckCopyPaste()