Skip to content

Commit f3be056

Browse files
authored
mark another test as flaky (#886)
See https://apm-ci.elastic.co/job/apm-agent-python/job/apm-agent-python-mbp/job/master/290/testReport/junit/tests.client/client_tests/Initializing___Test___windows_3_6_none___test_send_remote_failover_sync_validating_httpserver0_sending_elasticapm_client0_/ Compared with other flakiness issues with pytest-localserver, the stack trace is different, but I suspect this is because they stack trace is masked.
1 parent 534dfce commit f3be056

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/client/client_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ def test_empty_processor_list(elasticapm_client):
232232
assert elasticapm_client.processors == []
233233

234234

235+
@pytest.mark.flaky(reruns=3) # test is flaky on Windows
235236
@pytest.mark.parametrize(
236237
"sending_elasticapm_client",
237238
[{"transport_class": "elasticapm.transport.http.Transport", "async_mode": False}],

0 commit comments

Comments
 (0)