Skip to content

Commit

Permalink
Add Native tests to the unstable run
Browse files Browse the repository at this point in the history
  • Loading branch information
plyhun committed Feb 7, 2024
1 parent e15bd59 commit b9a0a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.split
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ stage("Setup Build Environment") {
sshagent(["git"]) {
try {
withEnv(["TESTCONTAINERS_RYUK_DISABLED=true"]) {
sh "mvn -fae -Dsurefire.groups=com.gentics.mesh.test.category.FailingTests -Dmaven.javadoc.skip=true -Dskip.cluster.tests=true -Dskip.vertx-hazelcast=true -Dmaven.test.failure.ignore=true -Dmesh.container.image.prefix=docker.apa-it.at/ -B -e -pl '!ferma,!demo/default,!doc,!performance-tests' test -DfailIfNoTests=false"
sh "mvn -fae -Dsurefire.groups=com.gentics.mesh.test.category.FailingTests,com.gentics.mesh.test.category.NativeGraphQLFilterTests -Dmaven.javadoc.skip=true -Dskip.cluster.tests=true -Dskip.vertx-hazelcast=true -Dmaven.test.failure.ignore=true -Dmesh.container.image.prefix=docker.apa-it.at/ -B -e -pl '!ferma,!demo/default,!doc,!performance-tests' test -DfailIfNoTests=false"
}
} finally {
step([$class: 'JUnitResultArchiver', testResults: '**/target/surefire-reports/*.xml'])
Expand Down

0 comments on commit b9a0a7e

Please sign in to comment.