Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove test skip to enable validation
  • Loading branch information
elianddb committed Jul 8, 2025
commit a2bffa7c7485f7882d0751ff1570d43ce477d0d7
1 change: 0 additions & 1 deletion enginetest/enginetests.go
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,6 @@ func TestInsertIntoErrors(t *testing.T, harness Harness) {

func TestBrokenInsertScripts(t *testing.T, harness Harness) {
for _, script := range queries.InsertBrokenScripts {
t.Skip()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If these are all fixed now, move the queries to InsertScripts and and delete the TestBrokenInsertScripts test functions.

TestScript(t, harness, script)
}
}
Expand Down