[
https://issues.apache.org/jira/browse/NIFI-15543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz updated NIFI-15543:
------------------------------------
Summary: Incorporate comment as disabledReason for disabled test on Windows
testProcessRestarted in PythonControllerInteractionIT (was: Incorporate
comment as disabledReason for a disabled test in PythonControllerInteractionIT)
> Incorporate comment as disabledReason for disabled test on Windows
> testProcessRestarted in PythonControllerInteractionIT
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: NIFI-15543
> URL: https://issues.apache.org/jira/browse/NIFI-15543
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
>
> Currently the testProcessRestarted test in PythonControllerInteractionIT is
> disabled running on Windows as seen in the code below.
> {code:java}
> @Test
> @Timeout(45)
> @DisabledOnOs(org.junit.jupiter.api.condition.OS.WINDOWS) // Cannot run on
> windows because ExitAfterFourInvocations uses `kill -9` command
> public void testProcessRestarted(){code}
> The reason is in a comment and should be part of the disabledReason property
> of the DisabledOnOs annotation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)