mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-23 18:58:50 -06:00
maybe skip failing bats
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user