Skip to content

Commit

Permalink
disable range test
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Jan 31, 2024
1 parent c022b24 commit 3f1cfc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/scripts/cron-e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3f1cfc3

Please sign in to comment.