mirror of https://github.com/apache/nifi.git
NIFI-1872: Ignored unit test that sporadically fails
This commit is contained in:
parent
3cc16d35ed
commit
707aeb4231
|
@ -118,6 +118,7 @@ public class TestZooKeeperStateProvider extends AbstractTestStateProvider {
|
||||||
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("Needs to be fixed as it intermittently fails.")
|
||||||
public void testStateTooLargeExceptionThrownOnSetState() {
|
public void testStateTooLargeExceptionThrownOnSetState() {
|
||||||
final Map<String, String> state = new HashMap<>();
|
final Map<String, String> state = new HashMap<>();
|
||||||
final StringBuilder sb = new StringBuilder();
|
final StringBuilder sb = new StringBuilder();
|
||||||
|
|
Loading…
Reference in New Issue