mirror of https://github.com/jackc/pgx.git
Skip test of unsupported operation on CockroachDB
parent
c08cc72306
commit
cf72a00f52
|
@ -1937,6 +1937,8 @@ func TestConnQueryQueryExecModeCacheDescribeSafeEvenWhenTypesChange(t *testing.T
|
|||
conn := mustConnectString(t, os.Getenv("PGX_TEST_DATABASE"))
|
||||
defer closeConn(t, conn)
|
||||
|
||||
pgxtest.SkipCockroachDB(t, conn, "Server does not support alter column type from int to float4")
|
||||
|
||||
_, err := conn.Exec(ctx, `create temporary table to_change (
|
||||
name text primary key,
|
||||
age int
|
||||
|
|
Loading…
Reference in New Issue