From 58f3aaf5d5c84cec96db6ba0933784f6617b36df Mon Sep 17 00:00:00 2001 From: Zach Musgrave Date: Wed, 11 Aug 2021 11:23:49 -0700 Subject: [PATCH] Re-skipping test I accidentally unskipped --- integration-tests/bats/sql.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/bats/sql.bats b/integration-tests/bats/sql.bats index 714131890d..f712790e38 100755 --- a/integration-tests/bats/sql.bats +++ b/integration-tests/bats/sql.bats @@ -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 ]