diff --git a/Jenkinsfile b/Jenkinsfile index 93cda7404..eb8c66a17 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { stage('Test') { steps { echo 'Running unit tests...' - sh './mvnw test' + sh './mvnw test -Dtest="!PostgresIntegrationTests"' } post { always {