From 8a4b22a6f0d98aea504d49b31d1edfc989fce504 Mon Sep 17 00:00:00 2001 From: Andy Arthur Date: Wed, 18 May 2022 13:58:52 -0700 Subject: [PATCH] maybe skip failing bats --- integration-tests/bats/helper/common.bash | 6 ------ integration-tests/bats/replication-multidb.bats | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) 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