diff --git a/helio b/helio index a3b25eef5..b18d73963 160000 --- a/helio +++ b/helio @@ -1 +1 @@ -Subproject commit a3b25eef5f114ee2a43721e15f742cb777571f34 +Subproject commit b18d7396336020a20c234b9dfdbf86421dfa6208 diff --git a/tests/dragonfly/cluster_test.py b/tests/dragonfly/cluster_test.py index 83796c453..b6c433aeb 100644 --- a/tests/dragonfly/cluster_test.py +++ b/tests/dragonfly/cluster_test.py @@ -2718,7 +2718,6 @@ 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):