1
0
forked from aniani/vim

patch 9.0.1009: test for catch after interrupt is flaky on MS-Windows

Problem:    Test for catch after interrupt is flaky on MS-Windows.
Solution:   Mark the test as flaky.
This commit is contained in:
Bram Moolenaar
2022-12-05 15:24:20 +00:00
parent 6cf3151f0e
commit 72b5b0d51a
2 changed files with 5 additions and 0 deletions

View File

@@ -6017,6 +6017,9 @@ endfunc
" interrupt right before a catch is invoked inside a function.
func Test_ignore_catch_after_intr_2()
" for unknown reasons this test sometimes fails on MS-Windows.
let g:test_is_flaky = 1
XpathINIT
func F()
try

View File

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