Committed by
Gerrit Code Review
Disabling OSPF test with external dependency.
Change-Id: Ia0ac53749ae18dfc011c02e2567a151421808dcc
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -19,6 +19,7 @@ import com.fasterxml.jackson.databind.JsonNode; | ... | @@ -19,6 +19,7 @@ import com.fasterxml.jackson.databind.JsonNode; |
19 | import com.fasterxml.jackson.databind.ObjectMapper; | 19 | import com.fasterxml.jackson.databind.ObjectMapper; |
20 | import org.junit.After; | 20 | import org.junit.After; |
21 | import org.junit.Before; | 21 | import org.junit.Before; |
22 | +import org.junit.Ignore; | ||
22 | import org.junit.Test; | 23 | import org.junit.Test; |
23 | import org.onosproject.ospf.controller.OspfProcess; | 24 | import org.onosproject.ospf.controller.OspfProcess; |
24 | 25 | ||
... | @@ -74,6 +75,9 @@ public class OspfConfigUtilTest { | ... | @@ -74,6 +75,9 @@ public class OspfConfigUtilTest { |
74 | } | 75 | } |
75 | 76 | ||
76 | @Test | 77 | @Test |
78 | + @Ignore | ||
79 | + // Disabling because it seems to have an external dependency that can cause | ||
80 | + // it to fail in some environments. | ||
77 | public void testProcesses() throws Exception { | 81 | public void testProcesses() throws Exception { |
78 | jsonNode.path("areas"); | 82 | jsonNode.path("areas"); |
79 | ospfProcessList = OspfConfigUtil.processes(jsonNode); | 83 | ospfProcessList = OspfConfigUtil.processes(jsonNode); | ... | ... |
-
Please register or login to post a comment