skip dolt log --stat test which needs checkout

This commit is contained in:
Stephanie You
2024-01-24 15:18:44 -08:00
parent 77edeea858
commit a244ea0ec9
+4
View File
@@ -806,6 +806,10 @@ teardown() {
}
@test "log: --stat doesn't print diffstat for merge commits" {
if [ "$SQL_ENGINE" = "remote-engine" ]; then
skip "needs checkout which is unsupported for remote-engine"
fi
dolt sql -q "create table test (pk int primary key, c int)"
dolt commit -Am "create table test"
dolt branch branch1