@@ -93,6 +93,10 @@ class TestContainerAutoInjectInstallScript(base.AutoInjectBaseTest):
9393 "Ubuntu_25_04_arm64" ,
9494 ]
9595
96+ @bug (
97+ context .vm_name in ["CentOS_7_amd64" , "RedHat_7_9_amd64" ] and context .weblog_variant == "test-app-java-alpine" ,
98+ reason = "APMSP-3489" ,
99+ )
96100 def test_install (self ):
97101 self ._test_install (context .virtual_machine , origin_detection = True )
98102
@@ -189,6 +193,10 @@ class TestInstallerAutoInjectManual(base.AutoInjectBaseTest):
189193 # the uninstall test today
190194
191195 @irrelevant (condition = context .weblog_variant == "test-app-dotnet-iis" )
196+ @bug (
197+ context .vm_name in ["CentOS_7_amd64" , "RedHat_7_9_amd64" ] and context .weblog_variant == "test-app-java-alpine" ,
198+ reason = "APMSP-3489" ,
199+ )
192200 def test_install_uninstall (self ):
193201 virtual_machine = context .virtual_machine
194202 logger .info (f"Launching test_install_uninstall for : [{ virtual_machine .name } ]..." )
@@ -219,6 +227,10 @@ def test_no_world_writeable(self):
219227class TestSimpleInstallerAutoInjectManual (base .AutoInjectBaseTest ):
220228 @irrelevant (context .library >= "python@4.0.0.dev" and context .installed_language_runtime < "3.9.0" )
221229 @irrelevant (context .library < "python@4.0.0.dev" and context .installed_language_runtime < "3.8.0" )
230+ @bug (
231+ context .vm_name in ["CentOS_7_amd64" , "RedHat_7_9_amd64" ] and context .weblog_variant == "test-app-java-alpine" ,
232+ reason = "APMSP-3489" ,
233+ )
222234 def test_install (self ):
223235 virtual_machine = context .virtual_machine
224236 logger .info (
@@ -247,6 +259,10 @@ class TestSimpleInstallerAutoInjectManualOriginDetection(base.AutoInjectBaseTest
247259 )
248260 @irrelevant (context .library >= "python@4.0.0.dev" and context .installed_language_runtime < "3.9.0" )
249261 @irrelevant (context .library < "python@4.0.0.dev" and context .installed_language_runtime < "3.8.0" )
262+ @bug (
263+ context .vm_name in ["CentOS_7_amd64" , "RedHat_7_9_amd64" ] and context .weblog_variant == "test-app-java-alpine" ,
264+ reason = "APMSP-3489" ,
265+ )
250266 def test_origin_detection (self ):
251267 virtual_machine = context .virtual_machine
252268 logger .info (
@@ -261,6 +277,10 @@ def test_origin_detection(self):
261277@features .auto_instrumentation_appsec
262278@scenarios .simple_auto_injection_appsec
263279class TestSimpleInstallerAutoInjectManualAppsec (base .AutoInjectBaseTest ):
280+ @bug (
281+ context .vm_name in ["CentOS_7_amd64" , "RedHat_7_9_amd64" ] and context .weblog_variant == "test-app-java-alpine" ,
282+ reason = "APMSP-3489" ,
283+ )
264284 def test_appsec (self ):
265285 logger .info (f"Launching test_appsec for : [{ context .vm_name } ]..." )
266286 self ._test_install (context .virtual_machine , appsec = True )
0 commit comments