Skip test of unsupported operation on CockroachDB

pull/1745/head
Jack Christensen 2023-09-23 10:49:11 -05:00
parent c08cc72306
commit cf72a00f52
1 changed files with 2 additions and 0 deletions

View File

@ -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