Skip to content

Commit dcdda50

Browse files
committed
Fix wrong conflict resolution
1 parent 4e6df7f commit dcdda50

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/integration/test_backup_restore_on_cluster/test_disallow_concurrency.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515

1616
num_nodes = 2
1717

18+
19+
main_configs = [
20+
"configs/disallow_concurrency.xml",
21+
generate_cluster_def(__file__, num_nodes),
22+
]
1823
# No [Zoo]Keeper retries for tests with concurrency
1924
user_configs = ["configs/allow_database_types.xml"]
2025

0 commit comments

Comments
 (0)