Skip to content

Commit 9da04cc

Browse files
authored
exclude CryptoTests on windows (#4528)
Signed-off-by: Lan Xia <[email protected]>
1 parent ded5ce4 commit 9da04cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

functional/security/Crypto/playlist.xml

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
<comment>https://github.com/eclipse-openj9/openj9/issues/16712</comment>
2121
<version>19+</version>
2222
</disable>
23+
<disable>
24+
<comment>https://github.com/eclipse-openj9/openj9/issues/16710</comment>
25+
<platform>.*windows</platform>
26+
<impl>openj9</impl>
27+
</disable>
2328
</disables>
2429
<command>$(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \
2530
-a -xml -v:fail,error,time,nopass,summary -Dcryptotests.skipAgentTests=1 -timeoutFactor:2 \

0 commit comments

Comments
 (0)