From 8fb00fa11895720af2b551c380feb18b6585d0d1 Mon Sep 17 00:00:00 2001 From: 5chdn <5chdn@users.noreply.github.com> Date: Wed, 14 Feb 2018 10:03:56 +0100 Subject: [PATCH] Disable aura tests --- scripts/gitlab-test.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/gitlab-test.sh b/scripts/gitlab-test.sh index 5307edf70..beafdfdf8 100755 --- a/scripts/gitlab-test.sh +++ b/scripts/gitlab-test.sh @@ -18,10 +18,10 @@ rust_test () { then echo "Skipping Rust tests since no Rust files modified."; else ./test.sh || exit $?; fi - if [[ "$CI_COMMIT_REF_NAME" == "nightly" ]]; - ### @TODO re-enable fail after https://github.com/paritytech/parity-import-tests/issues/3 - then sh scripts/aura-test.sh; # || exit $?; - fi + # if [[ "$CI_COMMIT_REF_NAME" == "nightly" ]]; + # ### @TODO re-enable fail after https://github.com/paritytech/parity-import-tests/issues/3 + # then sh scripts/aura-test.sh; # || exit $?; + # fi } coverage_test () { git submodule update --init --recursive