commit | 7c338a4bc6799e186e201e3e023f574588c6d349 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@onlab.us> | Fri Aug 19 10:21:34 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Fri Aug 19 17:27:06 2016 +0000 |
tree | b8f99a1fd28e64a2c8488b0f6dc7f26c868c0cf8 | |
parent | d08e2e97f1c378b79990af886e37ffa58de30244 [diff] |
Disabling OSPF test with external dependency. Change-Id: Ia0ac53749ae18dfc011c02e2567a151421808dcc
diff --git a/protocols/ospf/ctl/src/test/java/org/onosproject/ospf/controller/impl/OspfConfigUtilTest.java b/protocols/ospf/ctl/src/test/java/org/onosproject/ospf/controller/impl/OspfConfigUtilTest.java index d578e24..b527338 100644 --- a/protocols/ospf/ctl/src/test/java/org/onosproject/ospf/controller/impl/OspfConfigUtilTest.java +++ b/protocols/ospf/ctl/src/test/java/org/onosproject/ospf/controller/impl/OspfConfigUtilTest.java
@@ -19,6 +19,7 @@ import com.fasterxml.jackson.databind.ObjectMapper; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.onosproject.ospf.controller.OspfProcess; @@ -74,6 +75,9 @@ } @Test + @Ignore + // Disabling because it seems to have an external dependency that can cause + // it to fail in some environments. public void testProcesses() throws Exception { jsonNode.path("areas"); ospfProcessList = OspfConfigUtil.processes(jsonNode);