Skip to content

Commit

Permalink
Revert "Disable running tests on Jenkins"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jonahgraham committed Aug 20, 2023
1 parent 3429dcf commit 517b3a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ pipeline {
withCredentials([string(credentialsId: 'gpg-passphrase', variable: 'KEYRING_PASSPHRASE')]) {
sh '''/jipp/tools/apache-maven/latest/bin/mvn \
clean verify -B -V \
-DskipTests=true \
-Dgpg.passphrase="${KEYRING_PASSPHRASE}" \
-Dmaven.test.failure.ignore=true \
-DexcludedGroups=flakyTest,slowTest \
Expand Down

0 comments on commit 517b3a9

Please sign in to comment.