mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-10 18:49:02 -06:00
Revert "Randomly disable archive STREAMER for each test"
This reverts commit ddf9cf4712.
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -9,8 +9,6 @@ setup() {
|
||||
cd $BATS_TMPDIR
|
||||
cd dolt-repo-$$
|
||||
mkdir "dolt-repo-clones"
|
||||
|
||||
unset DOLT_ARCHIVE_PULL_STREAMER
|
||||
}
|
||||
|
||||
teardown() {
|
||||
|
||||
Reference in New Issue
Block a user