mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00

Problem: tests: checking for swap files takes time
Solution: don't check for swap files when test has been skipped
Check for swap files takes a considerable about of time, so don't do
that for skipped tests to avoid wasting time.
closes: vim/vim#13371
a0e1f06f04