From 890cc1438ea80d4bdd9495a9bbd76ea7fe136cff Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Fri, 13 Sep 2024 09:32:58 -0500 Subject: [PATCH] tests/neoclip: disable sqlite test --- tests/test-sources/plugins/by-name/neoclip/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test-sources/plugins/by-name/neoclip/default.nix b/tests/test-sources/plugins/by-name/neoclip/default.nix index 65f95510..40e8886f 100644 --- a/tests/test-sources/plugins/by-name/neoclip/default.nix +++ b/tests/test-sources/plugins/by-name/neoclip/default.nix @@ -4,6 +4,10 @@ }; with-sqlite = { + # TODO: added 2024-09-13 + # re-enable when sqlite fixed + test.runNvim = false; + plugins.neoclip = { enable = true;