haskellPackages.monad-bayes: don’t check
This commit is contained in:
parent
90a520a348
commit
6a2fef57ef
1 changed files with 3 additions and 0 deletions
|
@ -197,6 +197,9 @@ self: super: {
|
|||
# 2023-06-28: Test error: https://hydra.nixos.org/build/225565149
|
||||
orbits = dontCheck super.orbits;
|
||||
|
||||
# 2023-06-28: Test error: https://hydra.nixos.org/build/225559546
|
||||
monad-bayes = dontCheck super.monad-bayes;
|
||||
|
||||
# Disable tests failing on odd floating point numbers generated by QuickCheck 2.14.3
|
||||
# https://github.com/haskell/statistics/issues/205
|
||||
statistics = overrideCabal (drv: {
|
||||
|
|
Loading…
Reference in a new issue