Fix circle.ci

This commit is contained in:
go-jet 2026-04-04 20:05:11 +02:00
parent fc1ba7fdeb
commit 7f12e4a2b7

View file

@ -1062,6 +1062,8 @@ LIMIT $38;
} }
func TestUInt64Overflow(t *testing.T) { func TestUInt64Overflow(t *testing.T) {
skipForCockroachDB(t)
stmt := AllTypes.INSERT(AllTypes.BigInt). stmt := AllTypes.INSERT(AllTypes.BigInt).
VALUES(Uint64(math.MaxUint64)) VALUES(Uint64(math.MaxUint64))