Skip TestCompositeCodecTranscodeStructWrapperForTable

pull/2028/head
Jack Christensen 2025-01-25 08:15:40 -06:00
parent 2100e1da46
commit a26c93551f
1 changed files with 2 additions and 0 deletions

View File

@ -206,6 +206,8 @@ create type point3d as (
//
// https://github.com/jackc/pgx/issues/1576
func TestCompositeCodecTranscodeStructWrapperForTable(t *testing.T) {
skipCockroachDB(t, "Server does not support composite types from table definitions")
defaultConnTestRunner.RunTest(context.Background(), t, func(ctx context.Context, t testing.TB, conn *pgx.Conn) {
_, err := conn.Exec(ctx, `drop table if exists point3d;