haxl: Disable non-deterministic tests

wip/yesman
Shea Levy 6 years ago
parent 65f90f9c67
commit 39f62c770b
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27
  1. 1
      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;

Loading…
Cancel
Save