Skip to content

Commit

Permalink
Merge branch 'main' into mtoff/query-string-consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoffl01 committed Sep 18, 2024
2 parents f7d1e35 + 36d6d0f commit d78e469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ def _get_heartbeat_delays_by_runtime() -> dict:
@flaky(context.library <= "java@1.38.1", reason="Telemetry second heartbeat was sent too fast")
@flaky(context.library <= "php@0.90", reason="Heartbeats are sometimes sent too slow")
@flaky(library="ruby", reason="APMAPI-226")
@flaky(context.library >= "java@1.39.0", reason="APMAPI-723")
@features.telemetry_heart_beat_collected
def test_app_heartbeats_delays(self):
"""
Expand Down

0 comments on commit d78e469

Please sign in to comment.