Skip to content

Commit

Permalink
Merge pull request apache#864 from mreutegg/OAK-10128
Browse files Browse the repository at this point in the history
OAK-10128: Disable coverage check for oak-jcr integration tests
  • Loading branch information
mreutegg authored Mar 3, 2023
2 parents c8ec8b2 + 687c41c commit 2477e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def buildModule(moduleSpec) {
testOptions = ''
} else if (flags == 'it') {
// integration tests only
testOptions = '-PintegrationTesting -Dsurefire.skip.ut=true'
testOptions = '-PintegrationTesting -Dsurefire.skip.ut=true -Dskip.coverage=true'
}
}
stage(moduleSpec) {
Expand Down

0 comments on commit 2477e1a

Please sign in to comment.