From 3bfdbea8819989c610ef30ae1e0acf7739a74807 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 14 Sep 2020 19:08:21 +0200 Subject: [PATCH] bash-completion: disable tests Unfortunately, they're very flaky. Let's disable them for now. --- pkgs/shells/bash/bash-completion/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/shells/bash/bash-completion/default.nix b/pkgs/shells/bash/bash-completion/default.nix index 8463b1750d1..eeb175a5e78 100644 --- a/pkgs/shells/bash/bash-completion/default.nix +++ b/pkgs/shells/bash/bash-completion/default.nix @@ -20,7 +20,9 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ autoreconfHook ]; - doCheck = !stdenv.isDarwin; + # tests are super flaky unfortunately, and regularily break. + # let's disable them for now. + doCheck = false; checkInputs = [ # perl is assumed by perldoc completion perl