From 3064a8215608eca391fcb9d492735a662f48242e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 22 May 2014 11:38:50 +0200 Subject: [PATCH] Disable parallel.sh test It breaks randomly: http://hydra.nixos.org/build/11152871 --- tests/local.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/local.mk b/tests/local.mk index ab170dfe51..add6d7b7b4 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -3,7 +3,7 @@ check: nix_tests = \ init.sh hash.sh lang.sh add.sh simple.sh dependencies.sh \ - parallel.sh build-hook.sh substitutes.sh substitutes2.sh \ + build-hook.sh substitutes.sh substitutes2.sh \ fallback.sh nix-push.sh gc.sh gc-concurrent.sh nix-pull.sh \ referrers.sh user-envs.sh logging.sh nix-build.sh misc.sh fixed.sh \ gc-runtime.sh install-package.sh check-refs.sh filter-source.sh \ @@ -11,6 +11,7 @@ nix_tests = \ binary-patching.sh timeout.sh secure-drv-outputs.sh nix-channel.sh \ multiple-outputs.sh import-derivation.sh fetchurl.sh optimise-store.sh \ binary-cache.sh nix-profile.sh repair.sh dump-db.sh + # parallel.sh install-tests += $(foreach x, $(nix_tests), tests/$(x))