Sho SHIMIZU
Committed by Gerrit Code Review

Temporarily disable testSSHAuthentication() due to long test

Change-Id: Ic260d9c0b7e164b3ca4ae70bf410178ac8d33358
...@@ -34,6 +34,7 @@ import java.util.concurrent.ConcurrentHashMap; ...@@ -34,6 +34,7 @@ import java.util.concurrent.ConcurrentHashMap;
34 import org.easymock.EasyMock; 34 import org.easymock.EasyMock;
35 import org.junit.After; 35 import org.junit.After;
36 import org.junit.Before; 36 import org.junit.Before;
37 +import org.junit.Ignore;
37 import org.junit.Test; 38 import org.junit.Test;
38 import org.onlab.packet.ChassisId; 39 import org.onlab.packet.ChassisId;
39 import org.onosproject.cfg.ComponentConfigService; 40 import org.onosproject.cfg.ComponentConfigService;
...@@ -178,6 +179,7 @@ public class NetconfDeviceProviderTest { ...@@ -178,6 +179,7 @@ public class NetconfDeviceProviderTest {
178 return dictionary; 179 return dictionary;
179 } 180 }
180 181
182 + @Ignore
181 @Test(expected = IOException.class) 183 @Test(expected = IOException.class)
182 public void testSSHAuthentication() throws IOException, JNCException { 184 public void testSSHAuthentication() throws IOException, JNCException {
183 TestDeviceCreator objForTestDev = new TestDeviceCreator( 185 TestDeviceCreator objForTestDev = new TestDeviceCreator(
......