Skip to content

Commit

Permalink
haxl: Disable non-deterministic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Feb 5, 2018
1 parent 65f90f9 commit 39f62c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -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;
Expand Down

0 comments on commit 39f62c7

Please sign in to comment.