Make minimal_cluster_management not repeatable

pull/6843/head
Emel Şimşek 2023-04-06 16:03:09 +03:00
parent 4c4e279958
commit 2be12b1689
1 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,9 @@ DEPS = {
"multi_cluster_management": TestDeps(
None, ["multi_test_helpers_superuser"], repeatable=False
),
"minimal_cluster_management": TestDeps(
None, ["multi_test_helpers_superuser"], repeatable=False
),
"create_role_propagation": TestDeps(None, ["multi_cluster_management"]),
"single_node_enterprise": TestDeps(None),
"single_node": TestDeps(None),