Skip to content

Commit 410f14c

Browse files
committed
Support to skip DoS tests from CLI.
1 parent 2d0c3cd commit 410f14c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,6 +888,10 @@
888888
<name>java.awt.headless</name>
889889
<value>true</value>
890890
</property>
891+
<property>
892+
<name>skipDoSAttackTests</name>
893+
<value>${surefire.skipDoSAttackTests}</value>
894+
</property>
891895
</systemProperties>
892896
</configuration>
893897
</plugin>
@@ -1136,6 +1140,7 @@
11361140
<jar.module.name>${project.artifactId}</jar.module.name>
11371141
<javadoc.java.release>17</javadoc.java.release>
11381142
<javadoc.link.javase>https://docs.oracle.com/en/java/javase/${javadoc.java.release}/docs/api/</javadoc.link.javase>
1143+
<surefire.skipDoSAttackTests>false</surefire.skipDoSAttackTests>
11391144

11401145
<argLine>${surefire.argline}</argLine>
11411146
<javadoc.doclint>-missing</javadoc.doclint>

0 commit comments

Comments
 (0)