folks: disable checks

checks were re-enabled in #279843 / 10dad20577
but inconsistent timeouts still occur
This commit is contained in:
Maxine Aubrey 2024-01-14 12:10:15 +01:00
parent 836a47d2c3
commit f5dfc97164
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -86,7 +86,9 @@ stdenv.mkDerivation rec {
# ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-error=implicit-function-declaration";
doCheck = stdenv.isLinux;
# Checks last re-enabled in https://github.com/NixOS/nixpkgs/pull/279843, but timeouts in tests still
# occur inconsistently
doCheck = false;
# Prevents e-d-s add-contacts-stress-test from timing out
checkPhase = ''