From 478a5d476d586daeb3460d68e7b800c2769bcb43 Mon Sep 17 00:00:00 2001 From: Kostas Kyrimis Date: Mon, 21 Oct 2024 08:41:15 +0300 Subject: [PATCH] chore: disable test_cluster_memory_consumption_migration (#3948) Test takes more than 10 minutes on the CI and it causes it to timeout --- tests/dragonfly/cluster_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dragonfly/cluster_test.py b/tests/dragonfly/cluster_test.py index fc1eb7c94..11bfda8ea 100644 --- a/tests/dragonfly/cluster_test.py +++ b/tests/dragonfly/cluster_test.py @@ -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