Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/aiohttp-3.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Nov 25, 2024
2 parents db270d1 + 24d724f commit 8fce9d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/performance/test_concurrency.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ def server(request):
p.join(timeout=15)


@pytest.mark.xfail(reason="currently fails >85% of requests on GitHub runner, requires several re-runs to pass")
@pytest.mark.xfail(reason="currently fails >85% of requests on GitHub runner, "
"requires several re-runs to pass")
@pytest.mark.skipif(platform.python_implementation() == "PyPy", reason="Not working currently.")
def test_concurrency_error_rates(server):
"""Test with Apache benchmark tool."""
Expand Down

0 comments on commit 8fce9d0

Please sign in to comment.