From 65f94e5d8298db826e0468966cf0b156afea2421 Mon Sep 17 00:00:00 2001 From: Kostas Kyrimis Date: Fri, 2 May 2025 15:08:05 +0300 Subject: [PATCH] chore: skip failing test_migration_rebalance_node (#5042) Signed-off-by: kostas --- 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 f6d2bc5d4..d4f2838be 100644 --- a/tests/dragonfly/cluster_test.py +++ b/tests/dragonfly/cluster_test.py @@ -2858,6 +2858,7 @@ For each migration we start migration, wait for it to finish and once it is fini """ +@pytest.mark.skip("Flaky test") @pytest.mark.slow @pytest.mark.exclude_epoll @pytest.mark.asyncio