gnodet commented on pull request #431:
URL: https://github.com/apache/maven/pull/431#issuecomment-760918175


   > These numbers are interesting:
   > 
   > before patch
   > 
   > Tests      Errors  Failures        Skipped
   > 1030       0       0       1
   > after patch
   > 
   > Tests      Errors  Failures        Skipped
   > 1038       0       0       10
   > can you explain this difference?
   
   @rfscholte This is caused by 
https://github.com/apache/maven/pull/431/commits/d8692416ffa2029581b6f771a75704f5a6ee2495
   The tests were disabled by prepending the test method name with `disabled` 
which cause the methods to be excluded from the tests completely.  They are now 
included, but disabled.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to