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:
Oleg Zhurakousky 2016-06-21 14:54:21 -04:00 committed by jpercivall
parent 8ed66e5df1
commit 1eeef0e1c0
1 changed files with 3 additions and 0 deletions

View File

@ -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%");
} }