Skip to content

Commit

Permalink
Exclude CryptoTests for JDK19+
Browse files Browse the repository at this point in the history
related: eclipse-openj9/openj9#16712
Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>
  • Loading branch information
llxia committed Feb 13, 2023
1 parent 61cdb10 commit ed25856
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions functional/security/Crypto/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../TKG/playlist.xsd">
<test>
<testCaseName>CryptoTests</testCaseName>
<disables>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/16712</comment>
<version>19+</version>
</disable>
</disables>
<command>$(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \
-a -xml -v:fail,error,time,nopass,summary -Dcryptotests.skipAgentTests=1 \
-w $(Q)$(REPORTDIR)$(D)work$(Q) \
Expand Down

0 comments on commit ed25856

Please sign in to comment.