Skip to content

Commit

Permalink
Fix settings in UI test.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 9, 2024
1 parent 0494999 commit c34ddc5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public void antiDefaultConfigurationExplicitTest() {
.setAggregatingResults(true)
.setQuiet(true)
.setSkipBlames(true)
.setSkipPostProcessing(true)
.setEnabledForFailure(true)
.setIgnoreFailedBuilds(false)
.setIgnoreQualityGate(true)
Expand Down Expand Up @@ -114,6 +115,7 @@ public void shouldHandleComplexConfiguration() {
snippetGenerator.selectRecordIssues()
.setAggregatingResults(true)
.setSkipBlames(true)
.setSkipPostProcessing(false)
.setEnabledForFailure(true)
.setHealthReport(1, 9, "HIGH")
.setIgnoreFailedBuilds(false)
Expand Down

0 comments on commit c34ddc5

Please sign in to comment.