From a8b19c9b8812eb06204b8a248bb67a9a1e3b49c3 Mon Sep 17 00:00:00 2001 From: Kostas Kyrimis Date: Tue, 6 May 2025 10:38:02 +0300 Subject: [PATCH] chore: skip test_bug_in_json_memory_tracking (#5066) Signed-off-by: kostas --- tests/dragonfly/replication_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/dragonfly/replication_test.py b/tests/dragonfly/replication_test.py index b3c41f679..3e1bba444 100644 --- a/tests/dragonfly/replication_test.py +++ b/tests/dragonfly/replication_test.py @@ -2959,6 +2959,7 @@ async def test_preempt_in_atomic_section_of_heartbeat(df_factory: DflyInstanceFa await fill_task +@pytest.mark.skip("Flaky test") async def test_bug_in_json_memory_tracking(df_factory: DflyInstanceFactory): """ This test reproduces a bug in the JSON memory tracking.