1
0
forked from aniani/vim

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

@@ -2286,6 +2286,7 @@ endfunc
func Test_state()
CheckRunVimInTerminal
let g:test_is_flaky = 1
let getstate = ":echo 'state: ' .. g:state .. '; mode: ' .. g:mode\<CR>"