Tibor17 commented on a change in pull request #482: URL: https://github.com/apache/maven-surefire/pull/482#discussion_r817169311
########## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/TestSetRunListener.java ########## @@ -282,13 +281,6 @@ public void testExecutionSkippedByUser() { } - public RunMode markAs( RunMode currentRunMode ) - { - RunMode runMode = this.runMode; - this.runMode = requireNonNull( currentRunMode ); Review comment: The RunMode will be finally removed in AbstractStandardStreamEvent and EventChannelEncoder in the SUREFIRE-2014. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org