mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-11 19:31:11 -05:00
Merge pull request #6107 from dolthub/nicktobey/sqltests
Skip `remotes-sql-server.bats` and `sql-server.bats` when running BATS in remote-engine configuration.
This commit is contained in:
@@ -10,6 +10,9 @@ make_repo() {
|
||||
}
|
||||
|
||||
setup() {
|
||||
if [ "$SQL_ENGINE" = "remote-engine" ]; then
|
||||
skip "This test tests remote connections directly, SQL_ENGINE is not needed."
|
||||
fi
|
||||
setup_no_dolt_init
|
||||
make_repo repo1
|
||||
mkdir rem1
|
||||
|
||||
@@ -11,6 +11,9 @@ make_repo() {
|
||||
|
||||
setup() {
|
||||
skiponwindows "tests are flaky on Windows"
|
||||
if [ "$SQL_ENGINE" = "remote-engine" ]; then
|
||||
skip "This test tests remote connections directly, SQL_ENGINE is not needed."
|
||||
fi
|
||||
setup_no_dolt_init
|
||||
make_repo repo1
|
||||
make_repo repo2
|
||||
|
||||
Reference in New Issue
Block a user