mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 02:15:45 +02:00
fix: Skip test_take_over_counters for epoll (#4919)
This commit is contained in:
parent
86fb97f8a1
commit
268e658376
1 changed files with 1 additions and 0 deletions
|
@ -1210,6 +1210,7 @@ take_over_cases = [
|
|||
]
|
||||
|
||||
|
||||
@pytest.mark.exclude_epoll
|
||||
@pytest.mark.parametrize("master_threads, replica_threads", take_over_cases)
|
||||
async def test_take_over_counters(df_factory, master_threads, replica_threads):
|
||||
master = df_factory.create(proactor_threads=master_threads)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue