summary refs log tree commit diff
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-02-05 13:00:12 -0500
committerShea Levy <shea@shealevy.com>2018-02-05 13:00:12 -0500
commit39f62c770b6e93e57240dbca64f5c298398ddaed (patch)
tree7684b69fd984a0d00c4f2e58c35e875a66a2adcf
parent65f90f9c67027586d554e9098cfc540386791bcd (diff)
downloadnixlib-39f62c770b6e93e57240dbca64f5c298398ddaed.tar
nixlib-39f62c770b6e93e57240dbca64f5c298398ddaed.tar.gz
nixlib-39f62c770b6e93e57240dbca64f5c298398ddaed.tar.bz2
nixlib-39f62c770b6e93e57240dbca64f5c298398ddaed.tar.lz
nixlib-39f62c770b6e93e57240dbca64f5c298398ddaed.tar.xz
nixlib-39f62c770b6e93e57240dbca64f5c298398ddaed.tar.zst
nixlib-39f62c770b6e93e57240dbca64f5c298398ddaed.zip
haxl: Disable non-deterministic tests
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index b46da64c3421..35a3ab0985e4 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -281,6 +281,7 @@ self: super: {
   hashed-storage = dontCheck super.hashed-storage;
   hashring = dontCheck super.hashring;
   hath = dontCheck super.hath;
+  haxl = dontCheck super.haxl;                          # non-deterministic failure https://github.com/facebook/Haxl/issues/85
   haxl-facebook = dontCheck super.haxl-facebook;        # needs facebook credentials for testing
   hdbi-postgresql = dontCheck super.hdbi-postgresql;
   hedis = dontCheck super.hedis;