From 32d71071aeabb5a320bf203c41a304998346ea09 Mon Sep 17 00:00:00 2001 From: Shahar Mike Date: Wed, 18 Dec 2024 14:54:33 +0200 Subject: [PATCH] chore: Disable failing test (#4337) --- tests/dragonfly/cluster_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/dragonfly/cluster_test.py b/tests/dragonfly/cluster_test.py index c6b0716f7..f0d17d483 100644 --- a/tests/dragonfly/cluster_test.py +++ b/tests/dragonfly/cluster_test.py @@ -1765,6 +1765,7 @@ async def test_cluster_replication_migration( assert await seeder.compare(r1_capture, r2_node.instance.port) +@pytest.mark.skip("Flaky test") @dfly_args({"proactor_threads": 4, "cluster_mode": "yes"}) async def test_start_replication_during_migration( df_factory: DflyInstanceFactory, df_seeder_factory: DflySeederFactory