0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 9.1.0470: tests: Test_ColonEight_MultiByte() fails sporadically

Problem:  tests: Test_ColonEight_MultiByte() fails on MS-Windows
Solution: mark test as flaky

This single line change should have happened as part of v9.1.469 (and I
mentioned it in the Commit message), but forgot to actually include the
change :facepalm

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt 2024-06-05 20:34:55 +02:00
parent 529b9ad62a
commit 7cbed350f8
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
2 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,7 @@ func Test_ColonEight()
endfunc
func Test_ColonEight_MultiByte()
let g:test_is_flaky = 1
let dir = 'Xtest'
let file = dir . '/日本語のファイル.txt'

View File

@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
470,
/**/
469,
/**/