Skip to content

Commit

Permalink
Add xfail for test_connection_keepalive (263) on darwin platform
Browse files Browse the repository at this point in the history
  • Loading branch information
morucci committed Jun 4, 2020
1 parent 2103191 commit 1f71924
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cheroot/test/test_wsgi.py
Expand Up @@ -2,6 +2,7 @@

from concurrent.futures.thread import ThreadPoolExecutor

import sys
import pytest
import portend
import requests
Expand Down Expand Up @@ -30,6 +31,7 @@ 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 1f71924

Please sign in to comment.