vimPlugins.grug-far-nvim: prevent screenshot tests from failing (2) (#507612)

This commit is contained in:
Marc Jakobi
2026-04-07 13:35:25 +00:00
committed by GitHub
+5 -4
View File
@@ -240,10 +240,11 @@ in
# feel free to disable/adjust the tests
rm \
tests/base/test_apply.lua \
tests/base/test_vimscript_interpreter.lua \
# screenshot tests are brittle, as they are meant to be run against very
# specific Neovim/ripgrep/ast-grep versions.
tests/screenshot/*
tests/base/test_vimscript_interpreter.lua
# screenshot tests are brittle, as they are meant to be run against very
# specific Neovim/ripgrep/ast-grep versions.
rm -rf tests/screenshots/*
# Dependencies needed in special location
mkdir -p deps/{ripgrep,astgrep}