ebarboni commented on issue #4513:
URL: https://github.com/apache/netbeans/issues/4513#issuecomment-1252210179
If think we need the to add the surefire.failIfNoSpecifiedTests=true (
introduced in 2.12 version ) to the action mapping for integration.
If you have only failsafe it works but with both surefire and failsafe the
issue
@Yaytay is it possible for you to edit Integration test file actions to have
the following properties
```
test=DummyToSkipUnitTests
failIfNoTests=false
surefire.failIfNoSpecifiedTests=false
it.test=${packageClassName}
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists