Skip to content

Commit

Permalink
Exclude FIPS104_2 for OpenJcePlusTests (#5599)
Browse files Browse the repository at this point in the history
- Added feature tag to disable FIPS140_2 for OpenJcePlusTests.

related:https://github.ibm.com/runtimes/backlog/issues/1523

Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
  • Loading branch information
annaibm committed Sep 13, 2024
1 parent 86b40d3 commit e05bead
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions functional/OpenJcePlusTests/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
mkdir junitreports; \
cp -r ${REPORTDIR}/target/surefire-reports/* junitreports
</command>
<features>
<feature>FIPS140_2:nonapplicable</feature>
</features>
<levels>
<level>extended</level>
</levels>
Expand Down

0 comments on commit e05bead

Please sign in to comment.