mirror of https://github.com/jackc/pgx.git
Skip TestCompositeCodecTranscodeStructWrapperForTable
parent
2100e1da46
commit
a26c93551f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue