From e0a683a4075c9b3d1149a39a35dfc6d976106018 Mon Sep 17 00:00:00 2001 From: Ilya Yatsishin <2159081+qoega@users.noreply.github.com> Date: Thu, 3 Jun 2021 16:10:54 +0300 Subject: [PATCH] Mute test_memory_consumption before #24784 --- .../test_dictionaries_complex_key_cache_string/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_dictionaries_complex_key_cache_string/test.py b/tests/integration/test_dictionaries_complex_key_cache_string/test.py index b05c4a5f3b4..306ebcefc75 100644 --- a/tests/integration/test_dictionaries_complex_key_cache_string/test.py +++ b/tests/integration/test_dictionaries_complex_key_cache_string/test.py @@ -23,7 +23,7 @@ def started_cluster(): finally: cluster.shutdown() - +@pytest.mark.skip(reason="SSD cache test can run on disk only") @pytest.mark.parametrize("type", ["memory", "ssd"]) def test_memory_consumption(started_cluster, type): node = started_cluster.instances[f'node_{type}']