diff --git a/tests/profiling/test_gunicorn.py b/tests/profiling/test_gunicorn.py index 85635e54fac..b068b943181 100644 --- a/tests/profiling/test_gunicorn.py +++ b/tests/profiling/test_gunicorn.py @@ -144,6 +144,7 @@ def _test_gunicorn( ) +@pytest.mark.skip(reason="flaky test on 4.1 branch") def test_gunicorn( gunicorn: RunGunicornFunc, tmp_path: pathlib.Path,