diff --git a/tests/integration/test_disks_app_func/test.py b/tests/integration/test_disks_app_func/test.py index 796e7241c49..d87f387e122 100644 --- a/tests/integration/test_disks_app_func/test.py +++ b/tests/integration/test_disks_app_func/test.py @@ -143,6 +143,8 @@ def test_disks_app_func_cp(started_cluster): ] ) + # alesapin: Why we need list one more time? + # kssenii: it is an assertion that the file is indeed deleted out = source.exec_in_container( ["/usr/bin/clickhouse", "disks", "--send-logs", "--disk", "test2", "list", "."] )