From 74c6ca558b3301427368941f3e0df031b04cc10d Mon Sep 17 00:00:00 2001 From: Smita Kulkarni Date: Fri, 14 Apr 2023 18:03:46 +0200 Subject: [PATCH] Removed line from test_disallow_concurrrency for CI checks --- .../test_backup_restore_on_cluster/test_disallow_concurrency.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_backup_restore_on_cluster/test_disallow_concurrency.py b/tests/integration/test_backup_restore_on_cluster/test_disallow_concurrency.py index 0d8fad96438..a76af00d339 100644 --- a/tests/integration/test_backup_restore_on_cluster/test_disallow_concurrency.py +++ b/tests/integration/test_backup_restore_on_cluster/test_disallow_concurrency.py @@ -6,7 +6,6 @@ import concurrent from helpers.cluster import ClickHouseCluster from helpers.test_tools import TSV, assert_eq_with_retry - cluster = ClickHouseCluster(__file__) num_nodes = 10