From dff79d34f8021d721461f63286537efc28a41451 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 25 Jul 2025 17:44:32 +0200 Subject: [PATCH] tests/plugins/none-ls: disable puppet_lint and prisma_format on darwin (prisma broken) --- tests/test-sources/plugins/by-name/none-ls/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test-sources/plugins/by-name/none-ls/default.nix b/tests/test-sources/plugins/by-name/none-ls/default.nix index 611ef154..200e2d8a 100644 --- a/tests/test-sources/plugins/by-name/none-ls/default.nix +++ b/tests/test-sources/plugins/by-name/none-ls/default.nix @@ -121,6 +121,9 @@ "rego" ] ++ lib.optionals hostPlatform.isDarwin [ + # TODO 2025-07-25 prisma build failure + "prisma_format" + "puppet_lint" # TODO 2025-04-20 build failure "ansiblelint" # TODO 2025-06-24 build failure