Skip to content

Commit f52a2a2

Browse files
authored
fix(tests): Disable huge val streaming (#6074)
1 parent 34b254d commit f52a2a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/dragonfly/replication_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3052,6 +3052,7 @@ async def test_bug_in_json_memory_tracking(df_factory: DflyInstanceFactory):
30523052
await fill_task
30533053

30543054

3055+
@pytest.mark.skip("too heavy")
30553056
@pytest.mark.opt_only
30563057
@dfly_args({"proactor_threads": 2, "serialization_max_chunk_size": 5000, "compression_mode": "0"})
30573058
async def test_big_huge_streaming_restart(df_factory: DflyInstanceFactory):

0 commit comments

Comments
 (0)