Fixes flaky tests

pull/7240/head
gindibay 2023-10-27 18:13:17 +03:00
parent cf7efca546
commit 5381aa8fda
1 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,7 @@ DEPS = {
"minimal_schedule", ["multi_behavioral_analytics_create_table"] "minimal_schedule", ["multi_behavioral_analytics_create_table"]
), ),
"alter_role_propagation": TestDeps("minimal_schedule"), "alter_role_propagation": TestDeps("minimal_schedule"),
"background_rebalance": TestDeps( "background_rebalance": TestDeps(
None, None,
[ [
@ -151,6 +152,7 @@ DEPS = {
], ],
worker_count=6, worker_count=6,
), ),
"create_drop_database_propagation": TestDeps("minimal_schedule"),
"function_propagation": TestDeps("minimal_schedule"), "function_propagation": TestDeps("minimal_schedule"),
"citus_shards": TestDeps("minimal_schedule"), "citus_shards": TestDeps("minimal_schedule"),
"grant_on_foreign_server_propagation": TestDeps("minimal_schedule"), "grant_on_foreign_server_propagation": TestDeps("minimal_schedule"),