Merge pull request #2005 from dolthub/zachmu/1131

[no-release-notes] Reskip accidentally unskipped bats test
This commit is contained in:
Zach Musgrave
2021-08-11 12:13:48 -07:00
committed by GitHub

View File

@@ -914,7 +914,7 @@ SQL
}
@test "sql: replace count" {
# skip "right now we always count a replace as a delete and insert when we shouldn't"
skip "right now we always count a replace as a delete and insert when we shouldn't"
dolt sql -q "CREATE TABLE test(pk BIGINT PRIMARY KEY, v BIGINT);"
run dolt sql -q "REPLACE INTO test VALUES (1, 1);"
[ $status -eq 0 ]