YARN-6483. addendum to skip failing test (asuresh via rkanter)

This commit is contained in:
Robert Kanter 2017-12-06 12:10:59 -08:00
parent 8bfd30b921
commit cdf305c337
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,7 @@ import org.apache.hadoop.yarn.util.Records;
import org.apache.hadoop.yarn.util.YarnVersionInfo;
import org.junit.After;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
@ -303,6 +304,7 @@ public class TestResourceTrackerService extends NodeLabelTestBase {
Assert.assertEquals(NodeAction.SHUTDOWN, nodeHeartbeat3.getNodeAction());
}
@Ignore
@Test
public void testGracefulDecommissionDefaultTimeoutResolution()
throws Exception {