Daniel Stieglitz created NIFI-15281:
---------------------------------------
Summary: Change disabled unit tests due to the reason Intended for
manual performance testing to be conditional on system property
nifi.test.performance being set
Key: NIFI-15281
URL: https://issues.apache.org/jira/browse/NIFI-15281
Project: Apache NiFi
Issue Type: Improvement
Reporter: Daniel Stieglitz
Assignee: Daniel Stieglitz
There are many unit tests disabled for the reason
{code:java}
"Intended for manual performance testing; should not be run in an automated
environment"{code}
or the like. They should be changed to be contingent on whether system property
nifi.test.performance is set like in similar tests with the use of JUnit 5
EnabledIfSystemProperty annotation
e.g.
{code:java}
@EnabledIfSystemProperty(named = "nifi.test.performance", matches = "true",
disabledReason = "whatever specific reason"){code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)