Skip to content

Commit 6f91b55

Browse files
authored
test: skip failing tests (#5721)
* test: skip failing tests * fix: review comments
1 parent 4616561 commit 6f91b55

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/dragonfly/acl_family_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ async def test_acl_commands(async_client):
141141
await async_client.execute_command("ZADD myset 1 two")
142142

143143

144+
@pytest.mark.exclude_epoll # Failing test. It should be turned on as soon as it is fixed.
144145
@pytest.mark.asyncio
145146
async def test_acl_cat_commands_multi_exec_squash(df_factory):
146147
df = df_factory.create(multi_exec_squash=True, port=1111)

tests/dragonfly/server_family_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ async def test_get_databases(async_client: aioredis.Redis):
7474
assert dbnum == {"databases": "16"}
7575

7676

77+
@pytest.mark.exclude_epoll # Failing test. It should be turned on as soon as it is fixed.
7778
async def test_client_kill(df_factory):
7879
with df_factory.create(port=1111, admin_port=1112) as instance:
7980
client = aioredis.Redis(port=instance.port)

0 commit comments

Comments
 (0)