adoptium / aqa-tests

Home of test infrastructure for Adoptium builds
https://adoptium.net/aqavit
Apache License 2.0
125 stars 304 forks source link

Disable openJcePlusTests for all platforms #5355

Closed JasonFengJ9 closed 1 month ago

JasonFengJ9 commented 1 month ago

Disable openJcePlusTests for all platforms

related to https://github.com/eclipse-openj9/openj9/issues/19205

This test failed consistently across Java level/platforms, disabled it temporarily. Tested in an internal grinder

Signed-off-by: Jason Feng fengj@ca.ibm.com

JasonFengJ9 commented 1 month ago

FYI @jasonkatonica

jasonkatonica commented 1 month ago

Hi @JasonFengJ9 Is it possible to disable just a single test instead of the entire test bucket? Disabling the entire openJcePlusTests ends up giving us no test coverage for FIPS. I also anticipate that we will have test failures over time in this bucket. Perhaps there is a path where we could disable just a single test?

JasonFengJ9 commented 1 month ago

Perhaps there is a path where we could disable just a single test?

Agreed. Created

Closing this instead.