Merge pull request #24919 from ClickHouse/qoega-patch-2

Mute test_memory_consumption before #24784
This commit is contained in:
alesapin 2021-06-03 16:19:13 +03:00 committed by GitHub
commit 14e8846a60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}']