Skip to content

Commit

Permalink
Fix test setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 9, 2024
1 parent 00fc354 commit b815645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public void shouldHandleComplexConfiguration() {
snippetGenerator.selectRecordIssues()
.setAggregatingResults(true)
.setSkipBlames(true)
.setSkipPostProcessing(false)
.setSkipPostProcessing(true)
.setEnabledForFailure(true)
.setHealthReport(1, 9, "HIGH")
.setIgnoreFailedBuilds(false)
Expand Down

0 comments on commit b815645

Please sign in to comment.