Disable aura tests
This commit is contained in:
parent
42a2fdcdd8
commit
8fb00fa118
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user