diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-10-16 13:00:14 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-10-16 13:00:14 +0100 |
commit | f08b0eb8691ff09f98bc4beef986ece1c521655f (patch) | |
tree | 46dcc3bc1012a1dc5960f509ccb08ef23c5735cf /src/testdir/test_clientserver.vim | |
parent | db3b44640d69ab27270691a3cab8d83cc93a0861 (diff) | |
download | vim-git-f08b0eb8691ff09f98bc4beef986ece1c521655f.tar.gz |
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_clientserver.vim')
-rw-r--r-- | src/testdir/test_clientserver.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_clientserver.vim b/src/testdir/test_clientserver.vim index a088e178f..03d201ddf 100644 --- a/src/testdir/test_clientserver.vim +++ b/src/testdir/test_clientserver.vim @@ -26,6 +26,7 @@ func Check_X11_Connection() endfunc func Test_client_server() + let g:test_is_flaky = 1 let cmd = GetVimCommand() if cmd == '' throw 'GetVimCommand() failed' |