Skip to content

Commit

Permalink
fix: Remove repeat
Browse files Browse the repository at this point in the history
Signed-off-by: Stepan Bagritsevich <[email protected]>
  • Loading branch information
BagritsevichStepan committed Dec 29, 2024
1 parent 78bfb0f commit b7f1ed9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/dragonfly/snapshot_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()}"
Expand Down

0 comments on commit b7f1ed9

Please sign in to comment.