Skip to content

Commit 16dc3e9

Browse files
committed
Fixed merge hiccup in test_checking_s3_blobs_paranoid/test.py
1 parent 8b0eda3 commit 16dc3e9

File tree

1 file changed

+0
-12
lines changed
  • tests/integration/test_checking_s3_blobs_paranoid

1 file changed

+0
-12
lines changed

tests/integration/test_checking_s3_blobs_paranoid/test.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,6 @@ def cluster():
5252
with_minio=True,
5353
stay_alive=True,
5454
)
55-
cluster.add_instance(
56-
"node_with_query_log_on_s3",
57-
main_configs=[
58-
"configs/storage_conf.xml",
59-
"configs/query_log_conf.xml",
60-
],
61-
user_configs=[
62-
"configs/setting.xml",
63-
"configs/no_s3_retries.xml",
64-
],
65-
with_minio=True,
66-
)
6755
logging.info("Starting cluster...")
6856
cluster.start()
6957

0 commit comments

Comments
 (0)