mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
pytest: temporarily skip test while its failures are investigated (#4900)
Signed-off-by: Abhijat Malviya <abhijat@dragonflydb.io>
This commit is contained in:
parent
378bcda8a2
commit
e0be16b22c
1 changed files with 1 additions and 0 deletions
|
@ -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="")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue