haxl: Disable non-deterministic tests
This commit is contained in:
parent
65f90f9c67
commit
39f62c770b
@ -281,6 +281,7 @@ self: super: {
|
|||||||
hashed-storage = dontCheck super.hashed-storage;
|
hashed-storage = dontCheck super.hashed-storage;
|
||||||
hashring = dontCheck super.hashring;
|
hashring = dontCheck super.hashring;
|
||||||
hath = dontCheck super.hath;
|
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
|
haxl-facebook = dontCheck super.haxl-facebook; # needs facebook credentials for testing
|
||||||
hdbi-postgresql = dontCheck super.hdbi-postgresql;
|
hdbi-postgresql = dontCheck super.hdbi-postgresql;
|
||||||
hedis = dontCheck super.hedis;
|
hedis = dontCheck super.hedis;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user