skip test_migration_one_after_another on epoll (#4499)

Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
adiholden 2025-01-22 19:06:41 +02:00 committed by GitHub
parent d6adedb066
commit 69ef9979f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2694,6 +2694,7 @@ reproduce the bug found in issue #4455
""" """
@pytest.mark.exclude_epoll
@pytest.mark.asyncio @pytest.mark.asyncio
@dfly_args({"proactor_threads": 4, "cluster_mode": "yes"}) @dfly_args({"proactor_threads": 4, "cluster_mode": "yes"})
async def test_migration_one_after_another(df_factory: DflyInstanceFactory, df_seeder_factory): async def test_migration_one_after_another(df_factory: DflyInstanceFactory, df_seeder_factory):