Adding a skip for RMariaDB client tests while we debug the failure

This commit is contained in:
Jason Fulghum
2023-03-15 11:39:01 -07:00
parent 17535380fd
commit 8886a44880
@@ -153,6 +153,8 @@ EOF" -m "postgres"
}
@test "R RMariaDB client" {
skip "Error loading RMariaDB library"
# ex: https://github.com/dolthub/dolt/actions/runs/4428743682/jobs/7770282852
Rscript $BATS_TEST_DIRNAME/r/rmariadb-test.r $USER $PORT $REPO_NAME
}