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