Skip test depending on exact int types on CockroachDB

pull/955/head
Jack Christensen 2021-02-13 13:55:07 -06:00
parent 9fe7962445
commit fe3a710a5a
1 changed files with 4 additions and 0 deletions

View File

@ -742,6 +742,10 @@ func TestPointerPointer(t *testing.T) {
t.Parallel()
testWithAndWithoutPreferSimpleProtocol(t, func(t *testing.T, conn *pgx.Conn) {
if conn.PgConn().ParameterStatus("crdb_version") != "" {
t.Skip("Server auto converts ints to bigint and test relies on exact types")
}
type allTypes struct {
s *string
i16 *int16