NIFI-1872: Ignore failing unit test for now until we can properly address; since it is on master it's best to ignore, since the problem appears to be the lifecycle of the unit test

This commit is contained in:
Mark Payne 2016-05-12 11:57:40 -04:00
parent 3c3304aff4
commit 687a686b21
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ import org.apache.nifi.components.state.exception.StateTooLargeException;
import org.apache.nifi.controller.state.providers.AbstractTestStateProvider;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.testng.Assert;
@ -144,6 +145,7 @@ public class TestZooKeeperStateProvider extends AbstractTestStateProvider {
@Test
@Ignore("Needs to be fixed as it intermittently fails.")
public void testStateTooLargeExceptionThrownOnReplace() throws IOException {
final Map<String, String> state = new HashMap<>();
final StringBuilder sb = new StringBuilder();