mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
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:
parent
134ba27ea2
commit
21f4b5c2f7
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user