Skip to content

Commit 3255181

Browse files
author
James Cor
committed
skip
1 parent f773cf2 commit 3255181

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enginetest/queries/script_queries.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7842,6 +7842,7 @@ where
78427842
},
78437843
Assertions: []ScriptTestAssertion{
78447844
{
7845+
SkipResultCheckOnServerEngine: true,
78457846
Query: "SELECT -i8, -i16, -i24, -i32 from t;",
78467847
Expected: []sql.Row{
78477848
{128, 32768, 8388608, 2147483648},

0 commit comments

Comments
 (0)