From 9ded40b6e17db35fbd694aacbf1302e874b3db2a Mon Sep 17 00:00:00 2001 From: "A.J. Beamon" <aj.beamon@snowflake.com> Date: Sat, 30 Jul 2022 13:09:30 -0700 Subject: [PATCH] The metacluster management test should disallow creating any tenants in general workload setup. --- tests/slow/MetaclusterManagement.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/slow/MetaclusterManagement.toml b/tests/slow/MetaclusterManagement.toml index 2bd772550d..93266d3249 100644 --- a/tests/slow/MetaclusterManagement.toml +++ b/tests/slow/MetaclusterManagement.toml @@ -1,6 +1,7 @@ [configuration] allowDefaultTenant = false allowDisablingTenants = false +allowCreatingTenants = false extraDatabaseMode = 'Single' #extraDatabaseCount = 1