Disable parallel.sh test

It breaks randomly: http://hydra.nixos.org/build/11152871
This commit is contained in:
Eelco Dolstra 2014-05-22 11:38:50 +02:00
parent 9f9080e2c0
commit 3064a82156
1 changed files with 2 additions and 1 deletions

View File

@ -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))