haxl: Disable non-deterministic tests

This commit is contained in:
Shea Levy 2018-02-05 13:00:12 -05:00
parent 65f90f9c67
commit 39f62c770b
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27

View file

@ -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;