mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
skip test_migration_one_after_another on epoll (#4499)
Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
d6adedb066
commit
69ef9979f0
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue