mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-28 12:40:16 -05:00
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:
@@ -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))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user