aboutsummaryrefslogtreecommitdiff
path: root/pkgs/shells/bash/bash-completion
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-09-14 19:08:21 +0200
committerFlorian Klink <flokli@flokli.de>2020-09-14 23:07:45 +0200
commit3bfdbea8819989c610ef30ae1e0acf7739a74807 (patch)
treeb9cfaea28db236274c90123bd34d97b756de078a /pkgs/shells/bash/bash-completion
parent0a5be167a3b5808c2b42a8660cf015c79965b204 (diff)
bash-completion: disable tests
Unfortunately, they're very flaky. Let's disable them for now.
Diffstat (limited to 'pkgs/shells/bash/bash-completion')
-rw-r--r--pkgs/shells/bash/bash-completion/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/shells/bash/bash-completion/default.nix b/pkgs/shells/bash/bash-completion/default.nix
index 8463b1750d16..eeb175a5e789 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