hubertgrzeskowiak commented on PR #788:
URL: https://github.com/apache/maven-surefire/pull/788#issuecomment-2445557391

   > Does this still hold true after your change: 
https://maven.apache.org/surefire/maven-surefire-plugin/examples/rerun-failing-tests.html?
   
   Here's an abbreviated surefire report XML:
   ```xml
   <testsuite ...>
     ...
     <testcase name="testTemplatePartiallyFails()[1]" 
classname="pkg.FieldSettingTest" time="0.012">
       <failure message="expected: &lt;42&gt; but was: &lt;0&gt;" 
type="org.opentest4j.AssertionFailedError">
       ...
       </failure>
       <rerunFailure message="expected: &lt;42&gt; but was: &lt;0&gt;" 
type="org.opentest4j.AssertionFailedError">
       ...
       </rerunFailure>
     </testcase>
     <testcase name="testTemplatePartiallyFails()[2]" 
classname="pkg.FieldSettingTest" time="0.001"/>
   </testsuite>
   ```


-- 
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

Reply via email to