From 2d8d3da646036ebc670d3b78b9751c04575abaf2 Mon Sep 17 00:00:00 2001 From: Roberto Montero <108007532+robertomonteromiguel@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:28:24 +0100 Subject: [PATCH] =?UTF-8?q?Docker=20SSI:=20Mark=20Java=207=20app=20as=20bu?= =?UTF-8?q?g=20due=20to=20it's=20not=20sending=20telemetry=20=E2=80=A6=20(?= =?UTF-8?q?#3796)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/docker_ssi/test_docker_ssi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/docker_ssi/test_docker_ssi.py b/tests/docker_ssi/test_docker_ssi.py index 901f48f546..b80d0a9923 100644 --- a/tests/docker_ssi/test_docker_ssi.py +++ b/tests/docker_ssi/test_docker_ssi.py @@ -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