diff --git a/scripts/update_vega_version.sh b/scripts/update_vega_version.sh index a03e06039..268896ef3 100755 --- a/scripts/update_vega_version.sh +++ b/scripts/update_vega_version.sh @@ -8,7 +8,7 @@ VEGA_SIM_NETWORKS_TAG=master" > .env make make proto -pytest -s -v --log-cli-level INFO -m integration +pytest -s -v --log-cli-level INFO -m "not integration" if [ "$?" == 0 ] then echo "Test run successful, keeping updated versions"