mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 11:02:08 +00:00
Merge pull request #24919 from ClickHouse/qoega-patch-2
Mute test_memory_consumption before #24784
This commit is contained in:
commit
14e8846a60
@ -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