diff --git a/tests/client/client_tests.py b/tests/client/client_tests.py index 955d20cfd..267e173fd 100644 --- a/tests/client/client_tests.py +++ b/tests/client/client_tests.py @@ -232,6 +232,7 @@ def test_empty_processor_list(elasticapm_client): assert elasticapm_client.processors == [] +@pytest.mark.flaky(reruns=3) # test is flaky on Windows @pytest.mark.parametrize( "sending_elasticapm_client", [{"transport_class": "elasticapm.transport.http.Transport", "async_mode": False}],