From f11eb4b2acc0235a8d6c8977227015d3d9610fa0 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 19 Feb 2024 00:02:00 +0100 Subject: [PATCH] tests/obsidian: disable as broken --- tests/test-sources/plugins/utils/obsidian.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/test-sources/plugins/utils/obsidian.nix b/tests/test-sources/plugins/utils/obsidian.nix index 1c8fc9ed..3e905a5e 100644 --- a/tests/test-sources/plugins/utils/obsidian.nix +++ b/tests/test-sources/plugins/utils/obsidian.nix @@ -1,6 +1,7 @@ { empty = { - plugins.obsidian.enable = true; + # TODO fix the plugin tests + plugins.obsidian.enable = false; }; example = { @@ -8,7 +9,7 @@ nvim-cmp.enable = true; obsidian = { - enable = true; + enable = false; dir = null; workspaces = [