Skip to content

Commit 517b3a9

Browse files
committed
Revert "Disable running tests on Jenkins"
With the extra memory in the parent commit the build is succeeding again and therefore we don't need tests disabled anymore. This reverts commit bee7e0d.
1 parent 3429dcf commit 517b3a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ pipeline {
3838
withCredentials([string(credentialsId: 'gpg-passphrase', variable: 'KEYRING_PASSPHRASE')]) {
3939
sh '''/jipp/tools/apache-maven/latest/bin/mvn \
4040
clean verify -B -V \
41-
-DskipTests=true \
4241
-Dgpg.passphrase="${KEYRING_PASSPHRASE}" \
4342
-Dmaven.test.failure.ignore=true \
4443
-DexcludedGroups=flakyTest,slowTest \

0 commit comments

Comments
 (0)