We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534dfce commit f3be056Copy full SHA for f3be056
tests/client/client_tests.py
@@ -232,6 +232,7 @@ def test_empty_processor_list(elasticapm_client):
232
assert elasticapm_client.processors == []
233
234
235
+@pytest.mark.flaky(reruns=3) # test is flaky on Windows
236
@pytest.mark.parametrize(
237
"sending_elasticapm_client",
238
[{"transport_class": "elasticapm.transport.http.Transport", "async_mode": False}],
0 commit comments