Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/sjaensch-xfail-flaky-test'
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed May 28, 2018
2 parents b790597 + f1214ac commit f3a28e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/integration_test.py
Original file line number Diff line number Diff line change
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 f3a28e9

Please sign in to comment.