comparison src/testdir/test_clientserver.vim @ 25969:a5a772dace5b v8.2.3518

patch 8.2.3518: Test_xrestore sometimes fails Commit: https://github.com/vim/vim/commit/f08b0eb8691ff09f98bc4beef986ece1c521655f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 16 13:00:14 2021 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Oct 2021 14:15:04 +0200
parents 54a547489e49
children 9849df834f1d
comparison
equal deleted inserted replaced
25968:c506b33fff84 25969:a5a772dace5b
24 endtry 24 endtry
25 endif 25 endif
26 endfunc 26 endfunc
27 27
28 func Test_client_server() 28 func Test_client_server()
29 let g:test_is_flaky = 1
29 let cmd = GetVimCommand() 30 let cmd = GetVimCommand()
30 if cmd == '' 31 if cmd == ''
31 throw 'GetVimCommand() failed' 32 throw 'GetVimCommand() failed'
32 endif 33 endif
33 call Check_X11_Connection() 34 call Check_X11_Connection()