tests/none-ls: re-enable clojure

This commit is contained in:
Austin Horstman 2024-09-26 11:06:35 -05:00
parent 1e28932840
commit 2ea7009e61
No known key found for this signature in database

View file

@ -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