diff --git a/tests/postgres/alltypes_test.go b/tests/postgres/alltypes_test.go index 822b146..8ca5538 100644 --- a/tests/postgres/alltypes_test.go +++ b/tests/postgres/alltypes_test.go @@ -1062,6 +1062,8 @@ LIMIT $38; } func TestUInt64Overflow(t *testing.T) { + skipForCockroachDB(t) + stmt := AllTypes.INSERT(AllTypes.BigInt). VALUES(Uint64(math.MaxUint64))