Skip to content

Commit f0a8095

Browse files
committed
disabling rbac checks for console test drive
1 parent b1dfb21 commit f0a8095

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)