From 6e828d38a3b191429c17d0ee0ae91f194a1ddfed Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 7 Apr 2024 14:28:11 +0200 Subject: [PATCH] tests/plugins/neorg: temporarily disable tests --- tests/test-sources/plugins/utils/neorg.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/test-sources/plugins/utils/neorg.nix b/tests/test-sources/plugins/utils/neorg.nix index d6cb8979..7756d749 100644 --- a/tests/test-sources/plugins/utils/neorg.nix +++ b/tests/test-sources/plugins/utils/neorg.nix @@ -1,9 +1,19 @@ { 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; }; 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 = { # Treesitter is required when using the "core.defaults" module. treesitter.enable = true;