mirror of
https://github.com/neovim/neovim.git
synced 2026-05-06 08:26:45 -04:00
57bd41da4d
Problem: tests: flaky screendump Test_smoothscroll_incsearch()
Solution: Replace screendump test by WaitForAssert()
(Yasuhiro Matsumoto)
VerifyScreenDump fails consistently on the macos-15-intel CI runner.
Replace the dump comparisons with assertions that verify the actual
invariant under test: that the visible buffer view stays unchanged
across the four incremental-search keystrokes (i.e. skipcol is not
reset). Drop the now-unused dump files.
closes: vim/vim#20118
https://github.com/vim/vim/commit/e25933014c1c7cc4fb40a6ed429b80fdb37ba28e
Co-authored-by: Yasuhiro Matsumoto <mattn.jp@gmail.com>