mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 10:38:10 -06:00
Merge pull request #2005 from dolthub/zachmu/1131
[no-release-notes] Reskip accidentally unskipped bats test
This commit is contained in:
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user