maybe skip failing bats

This commit is contained in:
Andy Arthur
2022-05-18 13:58:52 -07:00
parent b4ccd71c57
commit 8a4b22a6f0
2 changed files with 1 additions and 7 deletions

View File

@@ -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

View File

@@ -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