mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
chore: disable test_cluster_memory_consumption_migration (#3948)
Test takes more than 10 minutes on the CI and it causes it to timeout
This commit is contained in:
parent
3028314701
commit
478a5d476d
1 changed files with 1 additions and 1 deletions
|
@ -1992,7 +1992,7 @@ async def test_replicate_disconnect_redis_cluster(redis_cluster, df_factory, df_
|
|||
capture = await seeder.capture()
|
||||
assert await seeder.compare(capture, replica.port)
|
||||
|
||||
|
||||
@pytest.mark.skip("Takes more than 10 minutes")
|
||||
@dfly_args({"proactor_threads": 4, "cluster_mode": "yes"})
|
||||
async def test_cluster_memory_consumption_migration(df_factory: DflyInstanceFactory):
|
||||
# Check data migration from one node to another
|
||||
|
|
Loading…
Reference in a new issue