From f1214ac5b40039861974c079ddc630d10f43b8c8 Mon Sep 17 00:00:00 2001 From: Stephan Jaensch Date: Mon, 28 May 2018 11:35:33 +0200 Subject: [PATCH] xfail flaky test, execution time is not always under 2 seconds --- tests/integration/integration_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/integration_test.py b/tests/integration/integration_test.py index c3aa640..b75edd6 100644 --- a/tests/integration/integration_test.py +++ b/tests/integration/integration_test.py @@ -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