Skip to content

Commit

Permalink
Docker SSI: Mark Java 7 app as bug due to it's not sending telemetry … (
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomonteromiguel authored Jan 10, 2025
1 parent 6c88de6 commit 2d8d3da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/docker_ssi/test_docker_ssi.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def test_telemetry(self):
@irrelevant(context.library == "php" and context.installed_language_runtime >= "7.0")
@irrelevant(context.library == "python" and context.installed_language_runtime >= "3.7.0")
@bug(context.library == "nodejs" and context.installed_language_runtime < "12.17.0", reason="INPLAT-252")
@bug(context.library == "java" and context.installed_language_runtime == "1.7.0-201", reason="INPLAT-427")
@irrelevant(context.library == "nodejs" and context.installed_language_runtime >= "17.0")
def test_telemetry_abort(self):
# There is telemetry data about the auto instrumentation injector. We only validate there is data
Expand Down

0 comments on commit 2d8d3da

Please sign in to comment.