Revert "Randomly disable archive STREAMER for each test"

This reverts commit ddf9cf4712.
This commit is contained in:
Neil Macneale IV
2025-03-20 17:38:59 -07:00
parent badd8cb180
commit 1d8aacd782
2 changed files with 0 additions and 6 deletions

View File

@@ -74,10 +74,6 @@ setup_no_dolt_init() {
# during the cli -> sql migration.
export DOLT_CLI_PASSWORD=""
export DOLT_SILENCE_USER_REQ_FOR_TESTING="Y"
if [ $((RANDOM % 2)) -eq 0 ]; then
unset DOLT_ARCHIVE_PULL_STREAMER
fi
}
assert_feature_version() {

View File

@@ -9,8 +9,6 @@ setup() {
cd $BATS_TMPDIR
cd dolt-repo-$$
mkdir "dolt-repo-clones"
unset DOLT_ARCHIVE_PULL_STREAMER
}
teardown() {