Skip to content

Commit 39f62c7

Browse files
committedFeb 5, 2018
haxl: Disable non-deterministic tests
1 parent 65f90f9 commit 39f62c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkgs/development/haskell-modules/configuration-common.nix

+1
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ self: super: {
281281
hashed-storage = dontCheck super.hashed-storage;
282282
hashring = dontCheck super.hashring;
283283
hath = dontCheck super.hath;
284+
haxl = dontCheck super.haxl; # non-deterministic failure https://github.com/facebook/Haxl/issues/85
284285
haxl-facebook = dontCheck super.haxl-facebook; # needs facebook credentials for testing
285286
hdbi-postgresql = dontCheck super.hdbi-postgresql;
286287
hedis = dontCheck super.hedis;

0 commit comments

Comments
 (0)
Please sign in to comment.