Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions tests/performance/test_concurrency.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ 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",
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
Loading