From d2d40c97f47ed55f3ecb6e1991e090fc1ac80890 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 2 Feb 2026 11:34:53 +0100 Subject: [PATCH] tests/plugins/project-nvim: disable runNvim on all tests --- .../plugins/by-name/project-nvim/default.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/tests/test-sources/plugins/by-name/project-nvim/default.nix b/tests/test-sources/plugins/by-name/project-nvim/default.nix index 6402cf4a..4495b375 100644 --- a/tests/test-sources/plugins/by-name/project-nvim/default.nix +++ b/tests/test-sources/plugins/by-name/project-nvim/default.nix @@ -1,5 +1,8 @@ { empty = { + # ERROR: (project.util.history.write_history): No data available to write! + test.runNvim = false; + plugins.project-nvim = { enable = true; @@ -9,6 +12,9 @@ }; telescopeEnabled = { + # ERROR: (project.util.history.write_history): No data available to write! + test.runNvim = false; + plugins.telescope = { enable = true; }; @@ -23,8 +29,9 @@ }; defaults = { - # Attempts at writing to `datapath`: - # ERROR: Invalid `datapath`, reverting to default. + # E5113: Error while calling lua chunk: + # ...NeovimPackages/start/project.nvim/lua/project/config.lua:48: + # (project.util.history.open_history): History directory unavailable! test.runNvim = false; plugins.project-nvim = {