Skip to content

Commit

Permalink
fix: failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed Jul 24, 2023
1 parent 9167bc3 commit 07e2a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ async def test_basic_timeout_func(self, create_core):
assert r_1.member_should_be_punished_this_message is True

@pytest.mark.asyncio
@pytest.mark.skip(reason="DPY impl now support timeouts")
async def test_unsupported_timeouts(self, create_core):
g = Guild(1, options=Options(use_timeouts=True))
member = Member(1, 1, duplicate_counter=5) # Force a punishment
Expand Down

0 comments on commit 07e2a63

Please sign in to comment.