exceptionfactory commented on a change in pull request #5790:
URL: https://github.com/apache/nifi/pull/5790#discussion_r813091072



##########
File path: 
nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/src/test/java/org/apache/nifi/processors/email/TestListenSMTP.java
##########
@@ -44,7 +28,23 @@
 import org.apache.nifi.util.TestRunner;
 import org.apache.nifi.util.TestRunners;
 import org.junit.BeforeClass;

Review comment:
       This class is still referencing to JUnit 4 `BeforeClass` annotation, as 
opposed to the JUnit 5 `BeforeAll` annotation.  This is causing the test to 
fail with a NullPointerException due to the missing TLS configuration.




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


Reply via email to