Skip to content

Commit

Permalink
Exclude test for FIPS OpenJdk (#4876)
Browse files Browse the repository at this point in the history
-Disables FIPS test for `jdk_security_infra`, `jdk_security1`, `jdk_security2`, `jdk_security3`
-Disable FIPS test for all platforms, on versions 8 and above

related: backlog/issues/1089

Signed-off-by: Anna Babu Palathingal <[email protected]>
Co-authored-by: Kapil Anant Powar <[email protected]>
  • Loading branch information
2 people authored and pshipton committed Nov 22, 2023
1 parent d113e19 commit adbab61
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,13 @@
</test>
<test>
<testCaseName>jdk_security1</testCaseName>
<disables>
<disable>
<comment>https://github.ibm.com/runtimes/backlog/issues/1089</comment>
<impl>openj9</impl>
<testflag>fips140_2</testflag>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
Expand All @@ -1073,6 +1080,13 @@
</test>
<test>
<testCaseName>jdk_security2</testCaseName>
<disables>
<disable>
<comment>https://github.ibm.com/runtimes/backlog/issues/1089</comment>
<impl>openj9</impl>
<testflag>fips140_2</testflag>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
Expand Down Expand Up @@ -1105,6 +1119,11 @@
<platform>.*windows.*</platform>
<version>8</version>
</disable>
<disable>
<comment>https://github.ibm.com/runtimes/backlog/issues/1089</comment>
<impl>openj9</impl>
<testflag>fips140_2</testflag>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
Expand Down Expand Up @@ -1852,6 +1871,13 @@
</test>
<test>
<testCaseName>jdk_security_infra</testCaseName>
<disables>
<disable>
<comment>https://github.ibm.com/runtimes/backlog/issues/1089</comment>
<impl>openj9</impl>
<testflag>fips140_2</testflag>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
Expand Down

0 comments on commit adbab61

Please sign in to comment.