mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
chore: disable tiering test (#3236)
Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
This commit is contained in:
parent
55e445b511
commit
c1bde661fb
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ from .seeder import StaticSeeder
|
|||
BASIC_ARGS = {"port": 6379, "proactor_threads": 4, "tiered_prefix": "/tmp/tiering_test_backing"}
|
||||
|
||||
|
||||
@pytest.mark.skip("Requires evaluating runner performance first")
|
||||
@pytest.mark.opt_only
|
||||
@dfly_args(BASIC_ARGS)
|
||||
async def test_basic_memory_usage(async_client: aioredis.Redis):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue