From f7cdecbad86da43ed1a85586a3e0a50143b60505 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Mon, 19 Aug 2024 15:26:55 -0500 Subject: [PATCH] tests/plugins/none-ls: disable prisma_format test (broken package) --- 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 edd7516d..703920ac 100644 --- a/tests/test-sources/plugins/none-ls.nix +++ b/tests/test-sources/plugins/none-ls.nix @@ -120,6 +120,8 @@ "d2_fmt" # TODO: can this be re-enabled? "yamlfix" + # TODO: re-enable when package is fixed + "prisma_format" ] ++ (lib.optionals (pkgs.stdenv.isDarwin && pkgs.stdenv.isx86_64) [ # As of 2024-03-27, pkgs.graalvm-ce (a dependency of pkgs.clj-kondo) is broken on x86_64-darwin @@ -148,6 +150,7 @@ "swift_format" ]); in + # Enable every none-ls source that has an option lib.mapAttrs ( _: