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