mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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.
72b5b0d51a
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
parent
94a7ccea43
commit
a0d4649c17
@ -6024,6 +6024,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
|
||||
|
Loading…
Reference in New Issue
Block a user