From 2ea7009e61ea02e08e480c94c06e71e640a59132 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Thu, 26 Sep 2024 11:06:35 -0500 Subject: [PATCH] tests/none-ls: re-enable clojure --- tests/test-sources/plugins/none-ls.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/test-sources/plugins/none-ls.nix b/tests/test-sources/plugins/none-ls.nix index 89dc6eb6..58dafb58 100644 --- a/tests/test-sources/plugins/none-ls.nix +++ b/tests/test-sources/plugins/none-ls.nix @@ -121,11 +121,6 @@ "swift_format" "swiftlint" ] - ++ (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 - # TODO: re-enable this test when fixed - "clj_kondo" - ]) ++ (lib.optionals pkgs.stdenv.isDarwin [ # As of 2024-05-22, python311Packages.k5test (one of ansible-lint's dependenvies) is broken on darwin # TODO: re-enable this test when fixed