David Handermann created NIFI-9332:
--------------------------------------
Summary: Correct Conditional SecureHasher JUnit 5 Tests
Key: NIFI-9332
URL: https://issues.apache.org/jira/browse/NIFI-9332
Project: Apache NiFi
Issue Type: Improvement
Components: Tools and Build
Reporter: David Handermann
Assignee: David Handermann
Recent updates to SecureHasher unit tests in {{nifi-security-utils}} changed
ignored test methods to use the JUnit 5 {{EnabledIfSystemProperty}} annotation.
These test classes extend {{GroovyTestCase}}, which does not honor the
conditional annotation. Removing the super class extension resolves the issue
and avoids running the annotated test methods.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)