diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2023-08-21 15:30:20 +0800 |
|---|---|---|
| committer | zeertzjq <zeertzjq@outlook.com> | 2023-08-21 15:35:08 +0800 |
| commit | 00f92f086e9e4b47e7067b8247881491468eb893 (patch) | |
| tree | 6aa7f3436f982d49af2259a8aacbb3699fa645a2 /test/old/testdir/test_diffmode.vim | |
| parent | 7aa3f825cd4298276186493fc45ff739049a95a2 (diff) | |
| download | rneovim-00f92f086e9e4b47e7067b8247881491468eb893.tar.gz rneovim-00f92f086e9e4b47e7067b8247881491468eb893.tar.bz2 rneovim-00f92f086e9e4b47e7067b8247881491468eb893.zip | |
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.
https://github.com/vim/vim/commit/f08b0eb8691ff09f98bc4beef986ece1c521655f
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'test/old/testdir/test_diffmode.vim')
| -rw-r--r-- | test/old/testdir/test_diffmode.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/old/testdir/test_diffmode.vim b/test/old/testdir/test_diffmode.vim index ac90aaaa02..bc5c42e985 100644 --- a/test/old/testdir/test_diffmode.vim +++ b/test/old/testdir/test_diffmode.vim @@ -857,6 +857,7 @@ func VerifyInternal(buf, dumpfile, extra) endfunc func Test_diff_screen() + let g:test_is_flaky = 1 CheckScreendump CheckFeature menu |