haskellPackages.tasty-expected-failure: disable failing tests

wip/yesman
Matt Wittmann 3 years ago committed by Emery Hemingway
parent 8eb0bdc146
commit 497544f4c2
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -521,6 +521,10 @@ self: super: {
then self.buildHaskellPackages.tasty-discover
else dontCheck super.tasty-discover);
# Known issue with nondeterministic test suite failure
# https://github.com/nomeata/tasty-expected-failure/issues/21
tasty-expected-failure = dontCheck super.tasty-expected-failure;
# Waiting on https://github.com/RaphaelJ/friday/pull/36
friday = doJailbreak super.friday;

Loading…
Cancel
Save