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 8fce9d0 + 97e6633 commit f6f6336
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 @@ -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."""
Expand Down

0 comments on commit f6f6336

Please sign in to comment.