Disable aura tests

This commit is contained in:
5chdn 2018-02-14 10:03:56 +01:00
parent 42a2fdcdd8
commit 8fb00fa118
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80

View File

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