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 8eee8be + 4fab5ad commit db270d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/performance/test_concurrency.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ 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.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 db270d1

Please sign in to comment.