3
0
Fork 0
forked from mirrors/nixpkgs

check: Disable tests

The testsuite can fail under high load:

  check_check_master.c:356:F:Core Tests:test_check_all_msgs:99: Expected Passed, got Test timeout expired

http://hydra.nixos.org/build/7243912
This commit is contained in:
Eelco Dolstra 2013-12-19 11:29:22 +01:00
parent 134ba27ea2
commit 21f4b5c2f7

View file

@ -9,7 +9,8 @@ stdenv.mkDerivation {
sha256 = "0dk9jx9hjjwsgly0iwvr5hhw870zlx21gwar7zxlzfq0zdzqqkpa";
};
doCheck = true;
# Test can randomly fail: http://hydra.nixos.org/build/7243912
doCheck = false;
meta = {
description = "Check, a unit testing framework for C";