Fix bad test

This commit is contained in:
Alexey Milovidov 2024-02-28 01:15:14 +01:00
parent 19adcbc69c
commit 29e3485c2f

View File

@ -62,10 +62,6 @@ def started_cluster():
node_with_backoff,
True,
),
(
node_no_backoff,
False,
),
],
)
def test_exponential_backoff_with_merge_tree(started_cluster, node, found_in_log):