We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2dc2c commit 2bbf5d9Copy full SHA for 2bbf5d9
plugin/src/test/java/io/jenkins/plugins/analysis/warnings/steps/StepsITest.java
@@ -204,9 +204,6 @@ void shouldSkipBlaming() {
204
assertThat(getConsoleLog(baseline)).contains("Skipping SCM blames as requested");
205
}
206
207
- /**
208
- * Runs a pipeline and verifies that logging is not suppressed.
209
- */
210
@ParameterizedTest(name = "{index} => Logging quiet flag: {0}")
211
@ValueSource(booleans = {true, false})
212
@DisplayName("Verify quiet property for logger")
0 commit comments