From 822ec15646b8f7b621468b503118921d644acf39 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 22 Mar 2024 15:25:06 +0100 Subject: [PATCH] tests/none-ls: disable test for broken d2_fmt --- tests/test-sources/plugins/none-ls.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test-sources/plugins/none-ls.nix b/tests/test-sources/plugins/none-ls.nix index 5e58a464..75cacdcd 100644 --- a/tests/test-sources/plugins/none-ls.nix +++ b/tests/test-sources/plugins/none-ls.nix @@ -62,6 +62,9 @@ "bslint" "cljstyle" "cueimports" + # As of 2024-03-22, pkgs.d2 is broken + # TODO: re-enable this test when fixed + "d2_fmt" "erb_lint" "findent" "forge_fmt"