mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +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:
|
||||
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}']
|
||||
|
Loading…
Reference in New Issue
Block a user