Skip to content

Commit e5dde5a

Browse files
committed
Skip test on CockroachDB
1 parent 06f2d82 commit e5dde5a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

stdlib/sql_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,6 +1406,8 @@ func TestOptionShouldPing_HookCalledOnReuse(t *testing.T) {
14061406

14071407
func TestRowsColumnTypeLength(t *testing.T) {
14081408
testWithAllQueryExecModes(t, func(t *testing.T, db *sql.DB) {
1409+
skipCockroachDB(t, db, "Server does not support type")
1410+
14091411
columnTypeLengthTests := []struct {
14101412
Len int64
14111413
OK bool

0 commit comments

Comments
 (0)