Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 25, 2024
1 parent 4fab5ad commit 24d724f
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 24d724f

Please sign in to comment.