[ https://issues.apache.org/jira/browse/SUREFIRE-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Osipov closed SUREFIRE-2242. ------------------------------------ Resolution: Fixed Fixed with [6ff0f83ea1c9427a88d42b3a8c1b7bdb9e5e3fcb|https://gitbox.apache.org/repos/asf?p=maven-surefire.git;a=commit;h=6ff0f83ea1c9427a88d42b3a8c1b7bdb9e5e3fcb]. > Plain test report does not include names of the skipped tests > ------------------------------------------------------------- > > Key: SUREFIRE-2242 > URL: https://issues.apache.org/jira/browse/SUREFIRE-2242 > Project: Maven Surefire > Issue Type: Bug > Affects Versions: 3.2.5 > Reporter: Alexandru Popescu > Assignee: Michael Osipov > Priority: Major > Fix For: 3.3.1 > > > When using the plain reportFormat, skipped tests using JUnit > Assumptions/Conditions API are not including the method name in the report, > just the class name. > > Example output (note the last 2 lines, indicating two skipped test) > {noformat} > Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.031 s -- in > org.example.AssumptionsDemo > org.example.AssumptionsDemo.testWithAssumption -- Time elapsed: 0.015 s > org.example.AssumptionsDemo skipped > org.example.AssumptionsDemo skipped > {noformat} > > -- This message was sent by Atlassian Jira (v8.20.10#820010)