diff --git a/ci/scripts/cron-e2e-test.sh b/ci/scripts/cron-e2e-test.sh index 52c7a6faa366c..26c9838a18f7a 100755 --- a/ci/scripts/cron-e2e-test.sh +++ b/ci/scripts/cron-e2e-test.sh @@ -6,5 +6,7 @@ set -euo pipefail source ci/scripts/common.sh export RUN_COMPACTION=0; export RUN_META_BACKUP=1; -export RUN_DELETE_RANGE=1; +# NOTE(wenym): Delete range is disabled so its tests will fail. +# So we just disable the delete range test for now. +export RUN_DELETE_RANGE=0; source ci/scripts/run-e2e-test.sh