haskellPackages.tasty-expected-failure: disable failing tests
This commit is contained in:
parent
8eb0bdc146
commit
497544f4c2
@ -521,6 +521,10 @@ self: super: {
|
|||||||
then self.buildHaskellPackages.tasty-discover
|
then self.buildHaskellPackages.tasty-discover
|
||||||
else dontCheck super.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
|
# Waiting on https://github.com/RaphaelJ/friday/pull/36
|
||||||
friday = doJailbreak super.friday;
|
friday = doJailbreak super.friday;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user