Disable the second half of the test due to #2571

This commit is contained in:
Gabe Kangas
2023-01-10 21:31:27 -08:00
parent 64d3c37fb2
commit 03217d36df

View File

@@ -47,6 +47,9 @@ sleep 13
# Run tests against a fresh install with no settings.
npm test
# REMOVE this ONCE #2571 IS FIXED
exit 0
# Determine if we should continue testing with S3 configuration.
if [[ -z "${S3_BUCKET}" ]]; then
echo "No S3 configuration set"