From 78bfb0fc2607bf364700c74ad1584470e1bcdae3 Mon Sep 17 00:00:00 2001 From: Stepan Bagritsevich Date: Sun, 29 Dec 2024 14:46:38 +0400 Subject: [PATCH] feat: Temporary run test 30 times Signed-off-by: Stepan Bagritsevich --- tests/dragonfly/snapshot_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/dragonfly/snapshot_test.py b/tests/dragonfly/snapshot_test.py index 1b1bbffe3..7b106f5a2 100644 --- a/tests/dragonfly/snapshot_test.py +++ b/tests/dragonfly/snapshot_test.py @@ -577,6 +577,7 @@ 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()}"