luaPackages.orgmode: disable flaky UI tests (#530767)

This commit is contained in:
Austin Horstman
2026-06-11 15:49:52 +00:00
committed by GitHub
+4 -2
View File
@@ -1004,9 +1004,11 @@ in
rm tests/plenary/colors/colors_spec.lua # colors depend on neovim version usually
rm tests/plenary/capture/capture_spec.lua # because clipboard not available
# UI tests depend on the neovim version
rm -r tests/plenary/ui/*
# not sure why yet
rm tests/plenary/ui/mappings/date_spec.lua \
tests/plenary/capture/templates_spec.lua
rm tests/plenary/capture/templates_spec.lua
# bypass upstream launcher that interacts with network
nvim --headless -i NONE \