2
0

Skip tests with unsupported types on CockroachDB

This commit is contained in:
Jack Christensen
2022-04-23 10:34:53 -05:00
parent 791176f4fe
commit 468b793282
2 changed files with 9 additions and 1 deletions
+2
View File
@@ -398,6 +398,8 @@ func TestConnQueryScanArray(t *testing.T) {
func TestConnQueryScanRange(t *testing.T) {
testWithAllQueryExecModes(t, func(t *testing.T, db *sql.DB) {
skipCockroachDB(t, db, "Server does not support int4range")
m := pgtype.NewMap()
var r pgtype.Range[pgtype.Int4]