Mute test_memory_consumption before #24784

This commit is contained in:
Ilya Yatsishin 2021-06-03 16:10:54 +03:00 committed by GitHub
parent e9fb162f65
commit e0a683a407
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}']