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:
Mike Thomsen 2020-05-25 09:25:40 -04:00
parent 788f8b0389
commit 443f969d36
No known key found for this signature in database
GPG Key ID: 88511C3D4CAD246F
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ import org.apache.nifi.state.MockStateManager;
import org.apache.nifi.util.MockFlowFile;
import org.apache.nifi.util.TestRunner;
import org.apache.nifi.util.TestRunners;
import org.junit.Ignore;
import org.junit.Test;
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
public void testMicroBatching() throws InterruptedException {
assumeFalse(isWindowsEnvironment());