mirror of
https://github.com/neovim/neovim.git
synced 2026-07-06 17:45:19 +00:00
vim-patch:8.2.2475: autocommand tests hangs on MS-Windows
Problem: Autocommand tests hangs on MS-Windows. Solution: Skip one test.dfc3db76b9(cherry picked from commit407be5975d)
This commit is contained in:
committed by
github-actions[bot]
parent
a111b048d2
commit
36b9f5edce
@@ -2717,6 +2717,9 @@ endfunc
|
||||
|
||||
" Fuzzer found some strange combination that caused a crash.
|
||||
func Test_autocmd_normal_mess()
|
||||
" TODO: why does this hang on Windows?
|
||||
CheckNotMSWindows
|
||||
|
||||
augroup aucmd_normal_test
|
||||
au BufLeave,BufWinLeave,BufHidden,BufUnload,BufDelete,BufWipeout * norm 7q/qc
|
||||
augroup END
|
||||
|
||||
Reference in New Issue
Block a user