Skip to content

Commit

Permalink
chore: disabled bad protocol tes
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Jan 10, 2025
1 parent 0b09244 commit 05b880e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioimaplib/tests/test_aioimaplib_capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
aioimaplib.log.addHandler(sh)


# test failing with python 12
@pytest.mark.skip(reason="it passes alone but blocks the other tests in this module")
@pytest.mark.asyncio()
async def test_capabilities_server_not_compliant(event_loop):
class NotCompliantProtocol(ImapProtocol):
Expand Down

0 comments on commit 05b880e

Please sign in to comment.