Skip to content

Commit

Permalink
Merge pull request #19254 from JasonFengJ9/fips0.45
Browse files Browse the repository at this point in the history
(v0.45.0-release) FIPS disable JCL_TEST_Java-Security tests
  • Loading branch information
pshipton committed Apr 1, 2024
2 parents a39ab22 + 2408b5e commit 43953ce
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/functional/Java8andUp/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1571,6 +1571,12 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
-->
<test>
<testCaseName>JCL_TEST_Java-Security_SE80</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/16900</comment>
<testflag>FIPS140_2</testflag>
</disable>
</disables>
<variations>
<variation>NoOptions</variation>
</variations>
Expand Down Expand Up @@ -1605,6 +1611,12 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
-->
<test>
<testCaseName>JCL_TEST_Java-Security</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/16900</comment>
<testflag>FIPS140_2</testflag>
</disable>
</disables>
<variations>
<variation>NoOptions</variation>
</variations>
Expand Down

0 comments on commit 43953ce

Please sign in to comment.