Skip to content

Commit

Permalink
Skip test of unsupported operation on CockroachDB
Browse files Browse the repository at this point in the history
  • Loading branch information
jackc committed Sep 23, 2023
1 parent c08cc72 commit cf72a00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf72a00

Please sign in to comment.