Skip to content

Commit

Permalink
Remove flaky assertion for client_kill
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Oct 10, 2022
1 parent fe2fc0e commit 865a52f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/commands/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ async def test_client_kill_filter(self, client, cloner, _s):
await client.client_kill(user="noexist") == 0

clone_addr = (await clone.client_info())["addr"]
assert await client.client_kill(type_=PureToken.PUBSUB) == 0
assert await client.client_kill(addr=clone_addr) == 1

@pytest.mark.min_server_version("6.2.0")
Expand Down

0 comments on commit 865a52f

Please sign in to comment.