tests/pugins/rest: set dontRun for test because the plugin is broken in nixpkgs

This commit is contained in:
Gaetan Lepage 2024-05-07 22:38:44 +02:00 committed by Gaétan Lepage
parent 5dca76a21e
commit ba545ded79

View file

@ -1,9 +1,19 @@
{ {
empty = { empty = {
# As of 2024-05-07, the lua dependencies of luaPackage.rest-nvim are not correctly propagated to
# the vim plugin.
# TODO: re-enable this test when this issue will have been fixed
tests.dontRun = true;
plugins.rest.enable = true; plugins.rest.enable = true;
}; };
defaults = { defaults = {
# As of 2024-05-07, the lua dependencies of luaPackage.rest-nvim are not correctly propagated to
# the vim plugin.
# TODO: re-enable this test when this issue will have been fixed
tests.dontRun = true;
plugins.rest = { plugins.rest = {
enable = true; enable = true;