Skip to content

Commit 43953ce

Browse files
authored
Merge pull request #19254 from JasonFengJ9/fips0.45
(v0.45.0-release) FIPS disable JCL_TEST_Java-Security tests
2 parents a39ab22 + 2408b5e commit 43953ce

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

test/functional/Java8andUp/playlist.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,6 +1571,12 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
15711571
-->
15721572
<test>
15731573
<testCaseName>JCL_TEST_Java-Security_SE80</testCaseName>
1574+
<disables>
1575+
<disable>
1576+
<comment>https://github.com/eclipse-openj9/openj9/issues/16900</comment>
1577+
<testflag>FIPS140_2</testflag>
1578+
</disable>
1579+
</disables>
15741580
<variations>
15751581
<variation>NoOptions</variation>
15761582
</variations>
@@ -1605,6 +1611,12 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
16051611
-->
16061612
<test>
16071613
<testCaseName>JCL_TEST_Java-Security</testCaseName>
1614+
<disables>
1615+
<disable>
1616+
<comment>https://github.com/eclipse-openj9/openj9/issues/16900</comment>
1617+
<testflag>FIPS140_2</testflag>
1618+
</disable>
1619+
</disables>
16081620
<variations>
16091621
<variation>NoOptions</variation>
16101622
</variations>

0 commit comments

Comments
 (0)