Merge pull request #3118 from dolthub/andy/unskip-replace-tests

[no-release-notes] go/libraries/doltcore/sqle/enginetest: Unskip Replace Into tests
This commit is contained in:
AndyA
2022-03-29 12:15:41 -07:00
committed by GitHub
@@ -179,7 +179,6 @@ func TestInsertIntoErrors(t *testing.T) {
}
func TestReplaceInto(t *testing.T) {
t.Skipf("Skipping, replace returns the wrong number of rows in some cases")
enginetest.TestReplaceInto(t, newDoltHarness(t))
}