exceptionfactory commented on code in PR #11612:
URL: https://github.com/apache/nifi/pull/11612#discussion_r3917603470
##########
pom.xml:
##########
@@ -742,6 +746,8 @@
<exclude>**/*ITSpec.class</exclude>
</excludes>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
+ <!-- Runs Mockito as a Java Agent instead of relying
on self-attachment -->
+ <argLine>@{argLine} ${surefire.opts}
-javaagent:"${org.mockito:mockito-core:jar}"</argLine>
Review Comment:
Thanks @pvillard31, I pushed an update adding the configuration for the
`failsafe-plugin`
--
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]