haskellPackages.comfort-blas: Disable checks
This commit is contained in:
parent
0e87c159c8
commit
8ab0ccf96e
1 changed files with 3 additions and 0 deletions
|
@ -620,6 +620,9 @@ self: super: {
|
||||||
xsd = dontCheck super.xsd;
|
xsd = dontCheck super.xsd;
|
||||||
zip-archive = dontCheck super.zip-archive; # https://github.com/jgm/zip-archive/issues/57
|
zip-archive = dontCheck super.zip-archive; # https://github.com/jgm/zip-archive/issues/57
|
||||||
|
|
||||||
|
# 2023-06-26: Test failure: https://hydra.nixos.org/build/224869905
|
||||||
|
comfort-blas = dontCheck super.comfort-blas;
|
||||||
|
|
||||||
# These test suites run for ages, even on a fast machine. This is nuts.
|
# These test suites run for ages, even on a fast machine. This is nuts.
|
||||||
Random123 = dontCheck super.Random123;
|
Random123 = dontCheck super.Random123;
|
||||||
systemd = dontCheck super.systemd;
|
systemd = dontCheck super.systemd;
|
||||||
|
|
Loading…
Reference in a new issue