Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -13,6 +13,7 @@ import java.util.Collections; | ... | @@ -13,6 +13,7 @@ import java.util.Collections; |
13 | import java.util.List; | 13 | import java.util.List; |
14 | import java.util.Set; | 14 | import java.util.Set; |
15 | 15 | ||
16 | +import org.junit.Ignore; | ||
16 | import org.junit.Test; | 17 | import org.junit.Test; |
17 | import org.onlab.onos.net.ConnectPoint; | 18 | import org.onlab.onos.net.ConnectPoint; |
18 | import org.onlab.onos.net.Device; | 19 | import org.onlab.onos.net.Device; |
... | @@ -52,6 +53,7 @@ public class HostMonitorTest { | ... | @@ -52,6 +53,7 @@ public class HostMonitorTest { |
52 | private HostMonitor hostMonitor; | 53 | private HostMonitor hostMonitor; |
53 | 54 | ||
54 | @Test | 55 | @Test |
56 | + @Ignore | ||
55 | public void testMonitorHostExists() throws Exception { | 57 | public void testMonitorHostExists() throws Exception { |
56 | ProviderId id = new ProviderId("fake://", "id"); | 58 | ProviderId id = new ProviderId("fake://", "id"); |
57 | 59 | ||
... | @@ -81,6 +83,7 @@ public class HostMonitorTest { | ... | @@ -81,6 +83,7 @@ public class HostMonitorTest { |
81 | } | 83 | } |
82 | 84 | ||
83 | @Test | 85 | @Test |
86 | + @Ignore | ||
84 | public void testMonitorHostDoesNotExist() throws Exception { | 87 | public void testMonitorHostDoesNotExist() throws Exception { |
85 | HostManager hostManager = createMock(HostManager.class); | 88 | HostManager hostManager = createMock(HostManager.class); |
86 | 89 | ... | ... |
-
Please register or login to post a comment