Skip to content

Commit

Permalink
one more skip
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cor committed Dec 5, 2024
1 parent 8c7dd4e commit 7b4398f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enginetest/queries/script_queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -1626,6 +1626,7 @@ CREATE TABLE tab3 (
// SELECT INTO has an empty result schema
// https://github.com/dolthub/dolt/issues/6105
Query: `SELECT 1 INTO @abc`,
SkipResultCheckOnServerEngine: true,
Expected: []sql.Row{{types.NewOkResult(1)}},
ExpectedColumns: nil,
},
Expand Down

0 comments on commit 7b4398f

Please sign in to comment.