diff src/testdir/test_buffer.vim @ 30158:008808e60963 v9.0.0415

patch 9.0.0415: on MS-Windows some tests are flaky Commit: https://github.com/vim/vim/commit/0500e87eba7b2a82392dbb5d573de19f8ff138e7 Author: K.Takata <kentkt@csc.jp> Date: Thu Sep 8 12:28:02 2022 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Sep 2022 13:30:05 +0200
parents ba5ca7c7d44c
children 65c69861bad0
line wrap: on
line diff
--- a/src/testdir/test_buffer.vim
+++ b/src/testdir/test_buffer.vim
@@ -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