Skip to content

Commit

Permalink
xfail flaky test, execution time is not always under 2 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed May 28, 2018
1 parent b790597 commit f1214ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/integration_test.py
Expand Up @@ -168,6 +168,7 @@ def test_timeout_request_options(swagger_client):
bravado_future.result(timeout=None)


@pytest.mark.xfail(reason='Execution time is not always below 2 seconds especially for Python 3.5')
def test_client_from_asyncio(integration_server):
"""Let's make sure that the event loop for our HTTP client that runs in a different thread
behaves properly with the 'standard' asyncio loop that people would normally use when doing
Expand Down

0 comments on commit f1214ac

Please sign in to comment.