Mark multi_behavioral_analytics_create_talbe as non-repeatable

pull/7204/head
Jelte Fennema 2023-09-18 16:19:03 +02:00
parent 44f1a71fc6
commit 423f84f1fe
1 changed files with 3 additions and 0 deletions

View File

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