Skip to content

Commit b974759

Browse files
committed
Nested min test version
1 parent bf0f80a commit b974759

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/nested_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ func TestNested(t *testing.T) {
2525
})
2626
)
2727
if assert.NoError(t, err) {
28+
if err := checkMinServerVersion(conn, 22, 1); err != nil {
29+
t.Skip(err.Error())
30+
return
31+
}
2832
const ddl = `
2933
CREATE TABLE test_nested (
3034
Col1 Nested(

0 commit comments

Comments
 (0)