From ac9467bb168662026cad1b4b9a508e1a0313172b Mon Sep 17 00:00:00 2001 From: Anna Babu Palathingal <148897727+annaibm@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:11:32 -0400 Subject: [PATCH] Exclude FIPS104_2 for OpenJcePlusTests (#5599) - Added feature tag to disable FIPS140_2 for OpenJcePlusTests. related:https://github.ibm.com/runtimes/backlog/issues/1523 Signed-off-by: Anna Babu Palathingal --- functional/OpenJcePlusTests/playlist.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functional/OpenJcePlusTests/playlist.xml b/functional/OpenJcePlusTests/playlist.xml index 5c4e5de15f..8309c47108 100644 --- a/functional/OpenJcePlusTests/playlist.xml +++ b/functional/OpenJcePlusTests/playlist.xml @@ -42,6 +42,9 @@ mkdir junitreports; \ cp -r ${REPORTDIR}/target/surefire-reports/* junitreports + + FIPS140_2:nonapplicable + extended