1
0
Fork 0
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:
Kostas Kyrimis 2024-10-21 08:41:15 +03:00 committed by GitHub
parent 3028314701
commit 478a5d476d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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