Skip to content

Commit

Permalink
haskellPackages.shh: Disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maralorn committed May 27, 2020
1 parent 5e42fec commit feb3b2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-nix.nix
Expand Up @@ -769,4 +769,7 @@ self: super: builtins.intersectAttrs super {
doCheck = false;
});

# Tests disabled as recommended at https://github.com/luke-clifton/shh/issues/39
shh = dontCheck super.shh;

}

0 comments on commit feb3b2d

Please sign in to comment.