From 517b3a9b441aa526ebddc01c0e589f53f0f30b25 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Sat, 19 Aug 2023 21:12:46 -0400 Subject: [PATCH] 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 bee7e0db0cbd2d71002223cda5330f294c950d80. --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 52eb91c921d..cc8c6ee7294 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 \