Skip test of unsupported operation on CockroachDB
This commit is contained in:
@@ -1937,6 +1937,8 @@ func TestConnQueryQueryExecModeCacheDescribeSafeEvenWhenTypesChange(t *testing.T
|
|||||||
conn := mustConnectString(t, os.Getenv("PGX_TEST_DATABASE"))
|
conn := mustConnectString(t, os.Getenv("PGX_TEST_DATABASE"))
|
||||||
defer closeConn(t, conn)
|
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 (
|
_, err := conn.Exec(ctx, `create temporary table to_change (
|
||||||
name text primary key,
|
name text primary key,
|
||||||
age int
|
age int
|
||||||
|
|||||||
Reference in New Issue
Block a user