Skip to content

Commit

Permalink
Exclude CryptoTests for OpenJ9 FIPS
Browse files Browse the repository at this point in the history
Also enabled for non-FIPS mode.

Signed-off-by: Jason Feng <fengj@ca.ibm.com>
  • Loading branch information
JasonFengJ9 committed Jan 25, 2024
1 parent 722e00a commit 9a11b60
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions functional/security/Crypto/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
<test>
<testCaseName>CryptoTests</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/16712</comment>
<version>19+</version>
<impl>openj9</impl>
</disable>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/16710</comment>
<platform>.*windows</platform>
Expand All @@ -38,6 +33,9 @@
-jdk:$(Q)$(TEST_JDK_HOME)$(Q) \
$(Q)$(TEST_ROOT)$(D)functional$(D)security$(D)Crypto$(D)CryptoTest$(Q); \
$(TEST_STATUS)</command>
<features>
<feature>FIPS140_2:nonapplicable</feature>
</features>
<levels>
<level>extended</level>
</levels>
Expand Down

0 comments on commit 9a11b60

Please sign in to comment.