mirror of https://github.com/apache/nifi.git
NIFI-2067 ignored intermittently failing MemoryTest left comment with the explanation as to why it was not removed
This closes #555 Signed-off-by: jpercivall <joepercivall@yahoo.com>
This commit is contained in:
parent
8ed66e5df1
commit
1eeef0e1c0
|
@ -65,6 +65,9 @@ public class MonitorMemoryTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore // temporarily ignoring it since it fails intermittently due to
|
||||||
|
// unpredictability during full build
|
||||||
|
// still keeping it for local testing
|
||||||
public void validateWarnWhenPercentThresholdReached() throws Exception {
|
public void validateWarnWhenPercentThresholdReached() throws Exception {
|
||||||
this.doValidate("10%");
|
this.doValidate("10%");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue