Skip to content

Commit 76eab34

Browse files
authored
Merge pull request #154530 from fqazi/ormDisableSchemaLocked
release-25.3: roachtest: disable create_table_with_schema_locked in ORM tests
2 parents 517cae2 + c67dcbd commit 76eab34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/cmd/roachtest/tests/orm_helpers.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ func alterZoneConfigAndClusterSettings(
7777
`ALTER ROLE ALL SET statement_timeout = '60s'`,
7878
`ALTER ROLE ALL SET default_transaction_isolation = 'read committed'`,
7979
`ALTER ROLE ALL SET autocommit_before_ddl = 'true'`,
80-
`ALTER ROLE ALL SET create_table_with_schema_locked='true'`,
8180
} {
8281
if _, err := db.ExecContext(ctx, cmd); err != nil {
8382
return err

0 commit comments

Comments
 (0)