Skip to content

Commit

Permalink
Remove skiptest introduced in #361 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaarthShah committed Mar 28, 2023
1 parent 2341bb8 commit 86fa4c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/async_client_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4012,9 +4012,6 @@ def alice_room_send_cb(url, data, **kwargs):
assert event.body == "It's a secret to everybody."
assert cb_ran

@pytest.mark.skipif(
sys.version_info[0:2] == (3, 11), reason="fails due to cpython bug #99277"
)
async def test_connect_wrapper(self, async_client, aioresponse):
domain = "https://example.org"

Expand Down

0 comments on commit 86fa4c7

Please sign in to comment.