[
https://issues.apache.org/jira/browse/SUREFIRE-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17202659#comment-17202659
]
Tibor Digana commented on SUREFIRE-1834:
----------------------------------------
[~michaelboyles]
Unfortunately I had to revert your improvement about accepting NULL-able run
order calculator in SUREFIRE-1842 because the problem was that the variable
{{directoryScannerParameters}} was there for historical reasons and now it
woun't make sense for the run order calculator.
> 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
> Priority: Major
>
> 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)