summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_clientserver.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_clientserver.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_clientserver.vim')
-rw-r--r--src/testdir/test_clientserver.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_clientserver.vim b/src/testdir/test_clientserver.vim
index a088e178f7..03d201ddf4 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'