From 03217d36df9d3995c0083d85ec504393679b3b66 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 10 Jan 2023 21:31:27 -0800 Subject: [PATCH] Disable the second half of the test due to #2571 --- test/automated/hls/run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/automated/hls/run.sh b/test/automated/hls/run.sh index ec4c48e83..639ed2be0 100755 --- a/test/automated/hls/run.sh +++ b/test/automated/hls/run.sh @@ -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"