pytest: temporarily skip test while its failures are investigated (#4900)

Signed-off-by: Abhijat Malviya <abhijat@dragonflydb.io>
This commit is contained in:
Abhijat Malviya 2025-04-08 15:09:18 +05:30 committed by GitHub
parent 378bcda8a2
commit e0be16b22c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2989,6 +2989,7 @@ async def test_bug_in_json_memory_tracking(df_factory: DflyInstanceFactory):
await fill_task
@pytest.mark.skip("Skipped temporarily while being investigated")
async def test_replica_snapshot_with_big_values_while_seeding(df_factory: DflyInstanceFactory):
proactors = 4
master = df_factory.create(proactor_threads=proactors, dbfilename="")