Skip to content

Commit

Permalink
tests/plugins/none-ls: disable prisma_format test (broken package)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Aug 20, 2024
1 parent a9ffb6c commit f7cdecb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test-sources/plugins/none-ls.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -148,6 +150,7 @@
"swift_format"
]);
in

# Enable every none-ls source that has an option
lib.mapAttrs (
_:
Expand Down

0 comments on commit f7cdecb

Please sign in to comment.