Skip to content

Commit

Permalink
chore: added test.containers.jdk.turnOffSVE system property to failsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Dec 22, 2024
1 parent f20da6c commit e7b091c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<it.test.parallel>${test.parallel}</it.test.parallel>
<shrinkwrap.compile.skip>true</shrinkwrap.compile.skip>
<shrinkwrap.decryption.ignore>true</shrinkwrap.decryption.ignore>
<test.containers.jdk.turnOffSVE>false</test.containers.jdk.turnOffSVE>
<test.thread.count>10</test.thread.count>
<test.run.order>random</test.run.order>
<test.redirect.to.file>true</test.redirect.to.file>
Expand Down Expand Up @@ -361,6 +362,7 @@
<systemPropertyVariables combine.children="append">
<arquillian.launch>${arquillian.container}</arquillian.launch>
<webdriver.browser>${drone.browser}</webdriver.browser>
<test.containers.jdk.turn-off-sve>${test.containers.jdk.turnOffSVE}</test.containers.jdk.turn-off-sve>
<org.jboss.shrinkwrap.resolver.maven.skipCompilation>${shrinkwrap.compile.skip}</org.jboss.shrinkwrap.resolver.maven.skipCompilation>
<org.jboss.shrinkwrap.resolver.maven.ignoreDecryptionProblems>${shrinkwrap.decryption.ignore}</org.jboss.shrinkwrap.resolver.maven.ignoreDecryptionProblems>
</systemPropertyVariables>
Expand Down

0 comments on commit e7b091c

Please sign in to comment.