mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
fix: Remove repeat
Signed-off-by: Stepan Bagritsevich <stefan@dragonflydb.io>
This commit is contained in:
parent
78bfb0fc26
commit
b7f1ed90b2
1 changed files with 0 additions and 1 deletions
|
@ -577,7 +577,6 @@ async def test_tiered_entries_throttle(async_client: aioredis.Redis):
|
|||
("STREAM"),
|
||||
],
|
||||
)
|
||||
@pytest.mark.repeat(30)
|
||||
@pytest.mark.slow
|
||||
async def test_big_value_serialization_memory_limit(df_factory, cont_type):
|
||||
dbfilename = f"dump_{tmp_file_name()}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue