Skip to content

Commit

Permalink
Revert "Add xfail for test_connection_keepalive (263) on darwin platf…
Browse files Browse the repository at this point in the history
…orm"

This reverts commit 1f71924.
  • Loading branch information
morucci committed Jun 4, 2020
1 parent 9681734 commit e8698b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cheroot/test/test_wsgi.py
Expand Up @@ -2,7 +2,6 @@

from concurrent.futures.thread import ThreadPoolExecutor

import sys
import pytest
import portend
import requests
Expand Down Expand Up @@ -31,7 +30,6 @@ def app(environ, start_response):
yield locals()


@pytest.mark.xfail(sys.platform == "darwin", reason='#263')
def test_connection_keepalive(simple_wsgi_server):
"""Test the connection keepalive works (duh)."""
session = Session(base_url=simple_wsgi_server['url'])
Expand Down

0 comments on commit e8698b5

Please sign in to comment.