summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorJoe Hermaszewski <git@monoid.al>2021-06-29 21:07:51 +0800
committerJoe Hermaszewski <git@monoid.al>2021-06-29 21:07:51 +0800
commitdfdc6ad21682c5f552315cd6c719759eb1c4b534 (patch)
tree2438fead972be94c4e70e9ade03440ad06bdcde5 /pkgs/development/haskell-modules
parent6955f4e4e63e86090a8905096129154995a210c9 (diff)
downloadnixpkgs-dfdc6ad21682c5f552315cd6c719759eb1c4b534.tar
nixpkgs-dfdc6ad21682c5f552315cd6c719759eb1c4b534.tar.gz
nixpkgs-dfdc6ad21682c5f552315cd6c719759eb1c4b534.tar.bz2
nixpkgs-dfdc6ad21682c5f552315cd6c719759eb1c4b534.tar.lz
nixpkgs-dfdc6ad21682c5f552315cd6c719759eb1c4b534.tar.xz
nixpkgs-dfdc6ad21682c5f552315cd6c719759eb1c4b534.tar.zst
nixpkgs-dfdc6ad21682c5f552315cd6c719759eb1c4b534.zip
haskellPackages.rel8: dontCheck
Flakey tests, upstream issue: https://github.com/circuithub/rel8/issues/86
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index ca19dc8a8c1..b6e5274be00 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1936,4 +1936,8 @@ EOT
   # Fixed on upstream: https://github.com/softwarefactory-project/matrix-client-haskell/commit/4ca4963cfd06379d9bdce49742af854aed6a0d37
   matrix-client = dontCheck super.matrix-client;
 
+  # Flakey tests
+  # upstream https://github.com/circuithub/rel8/issues/86
+  rel8 = dontCheck super.rel8;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super