mirror of https://github.com/apache/nifi.git
NIFI-7211 Added @Ignore with warning message to a test that randomly fails due to timing issues.
This closes #4296
This commit is contained in:
parent
788f8b0389
commit
443f969d36
|
@ -23,6 +23,7 @@ import org.apache.nifi.state.MockStateManager;
|
||||||
import org.apache.nifi.util.MockFlowFile;
|
import org.apache.nifi.util.MockFlowFile;
|
||||||
import org.apache.nifi.util.TestRunner;
|
import org.apache.nifi.util.TestRunner;
|
||||||
import org.apache.nifi.util.TestRunners;
|
import org.apache.nifi.util.TestRunners;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
@ -192,7 +193,7 @@ public class AttributeRollingWindowIT {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("this test is too unstable in terms of timing on different size/types of testing envs")
|
||||||
@Test
|
@Test
|
||||||
public void testMicroBatching() throws InterruptedException {
|
public void testMicroBatching() throws InterruptedException {
|
||||||
assumeFalse(isWindowsEnvironment());
|
assumeFalse(isWindowsEnvironment());
|
||||||
|
|
Loading…
Reference in New Issue