Skip test for Cockroach CI

pull/1185/head
Jack Christensen 2022-03-22 20:44:17 -05:00
parent 103dfe145e
commit 600c4fd931
1 changed files with 2 additions and 0 deletions

View File

@ -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)