From 97e6633cfb7cdf2c0c73e4b3ef38507162413319 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Mon, 25 Nov 2024 12:53:11 +0100 Subject: [PATCH] Make xfailed test non-strict --- tests/performance/test_concurrency.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/performance/test_concurrency.py b/tests/performance/test_concurrency.py index ec016d32..4d1803b2 100644 --- a/tests/performance/test_concurrency.py +++ b/tests/performance/test_concurrency.py @@ -21,7 +21,8 @@ def server(request): @pytest.mark.xfail(reason="currently fails >85% of requests on GitHub runner, " - "requires several re-runs to pass") + "requires several re-runs to pass", + strict=False) @pytest.mark.skipif(platform.python_implementation() == "PyPy", reason="Not working currently.") def test_concurrency_error_rates(server): """Test with Apache benchmark tool."""