From 3a161eaec0fe367e314ca9410beb393280731042 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 7 Apr 2024 14:07:07 +0200 Subject: [PATCH] tests/plugins/codeium-vim: set dontRun to true as tests are now hanging --- tests/test-sources/plugins/completion/codeium-vim.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/test-sources/plugins/completion/codeium-vim.nix b/tests/test-sources/plugins/completion/codeium-vim.nix index 5da19e03..0015a1bf 100644 --- a/tests/test-sources/plugins/completion/codeium-vim.nix +++ b/tests/test-sources/plugins/completion/codeium-vim.nix @@ -1,9 +1,15 @@ { empty = { + # For some reason, nvim hangs when using codeium-vim. After checking, it doesn't look like a bug though. + tests.dontRun = true; + plugins.codeium-vim.enable = true; }; example = { + # For some reason, nvim hangs when using codeium-vim. After checking, it doesn't look like a bug though. + tests.dontRun = true; + plugins.codeium-vim = { enable = true;