Martin Winandy created SUREFIRE-1834:
----------------------------------------
Summary: Make warnings for skipped tests configurable
Key: SUREFIRE-1834
URL: https://issues.apache.org/jira/browse/SUREFIRE-1834
Project: Maven Surefire
Issue Type: Improvement
Components: Maven Surefire Plugin
Affects Versions: 3.0.0-M5
Reporter: Martin Winandy
Currently, Surefire outputs warnings for skipped tests.
For example:
{noformat}
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.037
s - in org.tinylog.core.runtime.LegacyStackTraceAccessTest
[WARNING] Tests run: 62, Failures: 0, Errors: 0, Skipped: 2
{noformat}
I have some platform depending tests, which are enabled or disabled depending
on the actual platform. It would be great, if a property could be introduced to
disable warnings for skipped tests.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)