haskellPackages.hls-rename-plugin: disable flaky tests on Darwin

main
Ellie Hermaszewska 2 years ago
parent 367b73a422
commit c9979ff597
No known key found for this signature in database
GPG Key ID: C8116E3A0C1CA76A
  1. 2
      pkgs/development/haskell-modules/configuration-darwin.nix

@ -200,6 +200,8 @@ self: super: ({
hls-haddock-comments-plugin = dontCheck super.hls-haddock-comments-plugin;
hls-floskell-plugin = dontCheck super.hls-floskell-plugin;
hls-call-hierarchy-plugin = dontCheck super.hls-call-hierarchy-plugin;
# 2022-05-05: Tests fail and I have no way to debug them.
hls-rename-plugin = dontCheck super.hls-rename-plugin;
# We are lacking pure pgrep at the moment for tests to work
tmp-postgres = dontCheck super.tmp-postgres;

Loading…
Cancel
Save