Skip to content

Commit

Permalink
exclude CryptoTests on windows (#4528)
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Xia <[email protected]>
  • Loading branch information
llxia authored Apr 21, 2023
1 parent ded5ce4 commit 9da04cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions functional/security/Crypto/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
<comment>https://github.com/eclipse-openj9/openj9/issues/16712</comment>
<version>19+</version>
</disable>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/16710</comment>
<platform>.*windows</platform>
<impl>openj9</impl>
</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 -timeoutFactor:2 \
Expand Down

0 comments on commit 9da04cc

Please sign in to comment.