mirror of
https://github.com/apache/nifi.git
synced 2025-02-16 15:06:00 +00:00
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…
x
Reference in New Issue
Block a user