diff --git a/integration-tests/bats/helper/common.bash b/integration-tests/bats/helper/common.bash index b0a443c8a7..56898de1a4 100644 --- a/integration-tests/bats/helper/common.bash +++ b/integration-tests/bats/helper/common.bash @@ -61,12 +61,6 @@ skip_nbf_dolt_1() { fi } -exit_nbf_dolt_1() { - if [ "$DOLT_DEFAULT_BIN_FORMAT" = "__DOLT_1__" ]; then - exit 0 - fi -} - setup_common() { setup_no_dolt_init dolt init diff --git a/integration-tests/bats/replication-multidb.bats b/integration-tests/bats/replication-multidb.bats index dd93527020..caf13ca9db 100644 --- a/integration-tests/bats/replication-multidb.bats +++ b/integration-tests/bats/replication-multidb.bats @@ -4,7 +4,7 @@ load $BATS_TEST_DIRNAME/helper/query-server-common.bash setup() { setup_common - exit_nbf_dolt_1 + skip_nbf_dolt_1 TMPDIRS=$(pwd)/tmpdirs init_helper $TMPDIRS