From 69ef9979f050694de2874b4e016ff02552f16abe Mon Sep 17 00:00:00 2001 From: adiholden Date: Wed, 22 Jan 2025 19:06:41 +0200 Subject: [PATCH] skip test_migration_one_after_another on epoll (#4499) Signed-off-by: adi_holden --- 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 76de49183..d2be391c6 100644 --- a/tests/dragonfly/cluster_test.py +++ b/tests/dragonfly/cluster_test.py @@ -2694,6 +2694,7 @@ reproduce the bug found in issue #4455 """ +@pytest.mark.exclude_epoll @pytest.mark.asyncio @dfly_args({"proactor_threads": 4, "cluster_mode": "yes"}) async def test_migration_one_after_another(df_factory: DflyInstanceFactory, df_seeder_factory):