This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 25b364e16f NIFI-15414 Removed DisabledOnOs annotations from
AttributeRollingWindowIT (#10718)
25b364e16f is described below
commit 25b364e16f817dc3c91a72cb141a5b2c2b844214
Author: dan-s1 <[email protected]>
AuthorDate: Thu Jan 1 18:22:45 2026 -0500
NIFI-15414 Removed DisabledOnOs annotations from AttributeRollingWindowIT
(#10718)
Signed-off-by: David Handermann <[email protected]>
---
.../nifi/processors/stateful/analysis/AttributeRollingWindowIT.java | 5 -----
1 file changed, 5 deletions(-)
diff --git
a/nifi-extension-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-processors/src/test/java/org/apache/nifi/processors/stateful/analysis/AttributeRollingWindowIT.java
b/nifi-extension-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-processors/src/test/java/org/apache/nifi/processors/stateful/analysis/AttributeRollingWindowIT.java
index 87931832ea..d1352204a5 100644
---
a/nifi-extension-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-processors/src/test/java/org/apache/nifi/processors/stateful/analysis/AttributeRollingWindowIT.java
+++
b/nifi-extension-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-processors/src/test/java/org/apache/nifi/processors/stateful/analysis/AttributeRollingWindowIT.java
@@ -26,9 +26,7 @@ import org.apache.nifi.util.MockFlowFile;
import org.apache.nifi.util.TestRunner;
import org.apache.nifi.util.TestRunners;
import org.junit.jupiter.api.Test;
-import org.junit.jupiter.api.condition.DisabledOnOs;
import org.junit.jupiter.api.condition.EnabledIfSystemProperty;
-import org.junit.jupiter.api.condition.OS;
import org.opentest4j.AssertionFailedError;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -162,7 +160,6 @@ public class AttributeRollingWindowIT {
}
@Test
- @DisabledOnOs(OS.WINDOWS)
public void testVerifyCount() throws InterruptedException {
final TestRunner runner =
TestRunners.newTestRunner(AttributeRollingWindow.class);
@@ -215,7 +212,6 @@ public class AttributeRollingWindowIT {
}
@Test
- @DisabledOnOs(OS.WINDOWS)
public void testVerifyVarianceAndStandardDeviation() throws
InterruptedException {
final TestRunner runner =
TestRunners.newTestRunner(AttributeRollingWindow.class);
@@ -255,7 +251,6 @@ public class AttributeRollingWindowIT {
matches = "true",
disabledReason = "this test is too unstable in terms of timing on
different size/types of testing envs")
@Test
- @DisabledOnOs(OS.WINDOWS)
public void testMicroBatching() throws InterruptedException {
final TestRunner runner =
TestRunners.newTestRunner(AttributeRollingWindow.class);