tests/plugins/neorg: temporarily disable tests

This commit is contained in:
Gaetan Lepage 2024-04-07 14:28:11 +02:00 committed by Gaétan Lepage
parent e1b7b4e52d
commit 6e828d38a3

View file

@ -1,9 +1,19 @@
{ {
empty = { empty = {
# neorg should be re-packaged in nixpkgs from the luarocks `neorg` package.
# In the meantime, disable the test.
# TODO: re-enable when this will have been fixed upstream.
tests.dontRun = true;
plugins.neorg.enable = true; plugins.neorg.enable = true;
}; };
example = { example = {
# neorg should be re-packaged in nixpkgs from the luarocks `neorg` package.
# In the meantime, disable the test.
# TODO: re-enable when this will have been fixed upstream.
tests.dontRun = true;
plugins = { plugins = {
# Treesitter is required when using the "core.defaults" module. # Treesitter is required when using the "core.defaults" module.
treesitter.enable = true; treesitter.enable = true;