mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Mute test_memory_consumption before #24784
This commit is contained in:
parent
e9fb162f65
commit
e0a683a407
@ -23,7 +23,7 @@ def started_cluster():
|
|||||||
finally:
|
finally:
|
||||||
cluster.shutdown()
|
cluster.shutdown()
|
||||||
|
|
||||||
|
@pytest.mark.skip(reason="SSD cache test can run on disk only")
|
||||||
@pytest.mark.parametrize("type", ["memory", "ssd"])
|
@pytest.mark.parametrize("type", ["memory", "ssd"])
|
||||||
def test_memory_consumption(started_cluster, type):
|
def test_memory_consumption(started_cluster, type):
|
||||||
node = started_cluster.instances[f'node_{type}']
|
node = started_cluster.instances[f'node_{type}']
|
||||||
|
Loading…
Reference in New Issue
Block a user