Skip to content

Commit a26c935

Browse files
committed
Skip TestCompositeCodecTranscodeStructWrapperForTable
1 parent 2100e1d commit a26c935

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pgtype/composite_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ create type point3d as (
206206
//
207207
// https://github.com/jackc/pgx/issues/1576
208208
func TestCompositeCodecTranscodeStructWrapperForTable(t *testing.T) {
209+
skipCockroachDB(t, "Server does not support composite types from table definitions")
210+
209211
defaultConnTestRunner.RunTest(context.Background(), t, func(ctx context.Context, t testing.TB, conn *pgx.Conn) {
210212

211213
_, err := conn.Exec(ctx, `drop table if exists point3d;

0 commit comments

Comments
 (0)