From 600c4fd93122572d09e77378c3f20c9c8b31a2a2 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Tue, 22 Mar 2022 20:44:17 -0500 Subject: [PATCH] Skip test for Cockroach CI --- pgtype/record_codec_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pgtype/record_codec_test.go b/pgtype/record_codec_test.go index 2bc2524e..d6fe603c 100644 --- a/pgtype/record_codec_test.go +++ b/pgtype/record_codec_test.go @@ -23,6 +23,8 @@ func TestRecordCodec(t *testing.T) { } func TestRecordCodecDecodeValue(t *testing.T) { + skipCockroachDB(t, "Server converts row int4 to int8") + conn := testutil.MustConnectPgx(t) defer testutil.MustCloseContext(t, conn)