File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ async def test_acl_commands(async_client):
141
141
await async_client .execute_command ("ZADD myset 1 two" )
142
142
143
143
144
+ @pytest .mark .exclude_epoll # Failing test. It should be turned on as soon as it is fixed.
144
145
@pytest .mark .asyncio
145
146
async def test_acl_cat_commands_multi_exec_squash (df_factory ):
146
147
df = df_factory .create (multi_exec_squash = True , port = 1111 )
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ async def test_get_databases(async_client: aioredis.Redis):
74
74
assert dbnum == {"databases" : "16" }
75
75
76
76
77
+ @pytest .mark .exclude_epoll # Failing test. It should be turned on as soon as it is fixed.
77
78
async def test_client_kill (df_factory ):
78
79
with df_factory .create (port = 1111 , admin_port = 1112 ) as instance :
79
80
client = aioredis .Redis (port = instance .port )
You can’t perform that action at this time.
0 commit comments