Skip to content

Commit b20edd3

Browse files
authored
Merge pull request #33106 from MaterializeInc/qindeel/disableEnableRbacChecksForConsole
Disabling rbac checks for console tests
2 parents dd50ff0 + f0a8095 commit b20edd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/console/mzcompose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Postgres(),
2020
MySql(),
2121
Testdrive(),
22-
Materialized(),
22+
Materialized(system_parameter_defaults={"enable_rbac_checks": "false"}),
2323
]
2424

2525

0 commit comments

Comments
 (0)