-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests do not run when using maven-surefire-plugin version 3.0.0-M7 #90
Comments
Two more things that I have noticed: The highest version which still works is 3.0.0-M3. When running with versions 3.0.0-M4 and 3.0.0-M5 I get an error:
But when running with versions 3.0.0-M6/7 I don't get any error:
|
Thank you for the report and the patience!
The cause of this is that there is no really good way (or I did not figured out) to report tests which are not strictly functions:
The important part here is the It is unfortunate that M6/M7 even swallowed the exception, thank you very much for the additional report it helped to track down the problem a lot. Expect a minor version released with the fix soon. |
@giurim thank you! I appreciate that. |
0.1.12 released, should be available on Maven Central soon |
Thank you! This solves the issue. |
When using maven-surefire-plugin version 3.0.0-M7 tests do not run from command-line.
Steps to reproduce the behavior:
Expected behavior
Two tests in 'SomeCodeTest' should run and succeed.
Build/Test environment:
The text was updated successfully, but these errors were encountered: