Skip to content

Commit

Permalink
Merge pull request #2499 from DataDog/luc/disable-tests-broken-by-design
Browse files Browse the repository at this point in the history
PHP: disable 2 tests broken because PHP registers 2 telemetry services
  • Loading branch information
iamluc authored May 28, 2024
2 parents b0ebb96 + 81073e1 commit 309bf6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def test_telemetry_message_required_headers(self):
)

@flaky(library="ruby", reason="AIT-8418")
@irrelevant(library="php", reason="PHP registers 2 telemetry services")
def test_seq_id(self):
"""Test that messages are sent sequentially"""

Expand Down Expand Up @@ -193,6 +194,7 @@ def test_seq_id(self):

@missing_feature(context.library < "[email protected]", reason="app-started not sent")
@flaky(context.library <= "[email protected]", reason="app-started is sent twice")
@irrelevant(library="php", reason="PHP registers 2 telemetry services")
@features.telemetry_app_started_event
def test_app_started_sent_exactly_once(self):
"""Request type app-started is sent exactly once"""
Expand Down

0 comments on commit 309bf6d

Please sign in to comment.