From f5dfc9716403cb950f3bdb50de77cf4249b045b4 Mon Sep 17 00:00:00 2001 From: Maxine Aubrey Date: Sun, 14 Jan 2024 12:10:15 +0100 Subject: [PATCH] folks: disable checks checks were re-enabled in #279843 / 10dad205777ae16ca27c336142e649295ec14978 but inconsistent timeouts still occur --- pkgs/development/libraries/folks/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/folks/default.nix b/pkgs/development/libraries/folks/default.nix index 582a05d2ea85..a169f01fb543 100644 --- a/pkgs/development/libraries/folks/default.nix +++ b/pkgs/development/libraries/folks/default.nix @@ -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 = ''