mirror of
https://github.com/jackc/pgx.git
synced 2025-05-31 11:42:24 +00:00
Skip test of unsupported operation on CockroachDB
This commit is contained in:
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…
x
Reference in New Issue
Block a user