From e6680127e3f25a91391adee30f29dc14fc2b88c6 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 12 Feb 2022 09:40:33 -0600 Subject: [PATCH] Reenable TestRowsScanNilThenScanValue --- values_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/values_test.go b/values_test.go index 080bb305..f9cfd8ce 100644 --- a/values_test.go +++ b/values_test.go @@ -991,7 +991,6 @@ func TestEncodeTypeRename(t *testing.T) { // https://github.com/jackc/pgx/issues/810 func TestRowsScanNilThenScanValue(t *testing.T) { - t.Skip("TODO - unskip later in v5") t.Parallel() testWithAndWithoutPreferSimpleProtocol(t, func(t *testing.T, conn *pgx.Conn) {