mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 02:15:45 +02:00
chore: skip test_bug_in_json_memory_tracking (#5066)
Signed-off-by: kostas <kostas@dragonflydb.io>
This commit is contained in:
parent
d1e5049f64
commit
a8b19c9b88
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue