mirror of
https://github.com/vim/vim.git
synced 2025-11-16 23:24:03 -05:00
patch 9.0.0415: on MS-Windows some tests are flaky
Problem: On MS-Windows some tests are flaky.
Solution: Add sleeps, disable swapfile, mark test as flaky. (Ken Takata,
closes #11082)
This commit is contained in:
@@ -375,6 +375,7 @@ endfunc
|
||||
func Test_buffer_scheme()
|
||||
CheckMSWindows
|
||||
|
||||
set noswapfile
|
||||
set noshellslash
|
||||
%bwipe!
|
||||
let bufnames = [
|
||||
@@ -397,6 +398,7 @@ func Test_buffer_scheme()
|
||||
endfor
|
||||
|
||||
set shellslash&
|
||||
set swapfile&
|
||||
endfunc
|
||||
|
||||
" this was using a NULL pointer after failing to use the pattern
|
||||
|
||||
Reference in New Issue
Block a user