haskellPackages.comfort-blas: Disable checks

This commit is contained in:
maralorn 2023-06-26 23:16:32 +02:00
parent 0e87c159c8
commit 8ab0ccf96e
No known key found for this signature in database

View file

@ -620,6 +620,9 @@ self: super: {
xsd = dontCheck super.xsd;
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.
Random123 = dontCheck super.Random123;
systemd = dontCheck super.systemd;