Merge "Bug 8490 - Ignore unstable SSHServerTest" into stable/carbon
authorTomas Cere <tcere@cisco.com>
Wed, 28 Jun 2017 11:41:11 +0000 (11:41 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 28 Jun 2017 11:41:11 +0000 (11:41 +0000)
netconf/netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/authentication/SSHServerTest.java

index 1257e4b7e923f4bed84ac260b7f3e883c5d7db05..3e4e4b813c8aa9040575d66cb9d5df3357a32b9d 100644 (file)
@@ -27,6 +27,7 @@ import org.apache.sshd.client.future.AuthFuture;
 import org.apache.sshd.client.future.ConnectFuture;
 import org.apache.sshd.server.keyprovider.PEMGeneratorHostKeyProvider;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.mockito.Mock;
 import org.mockito.MockitoAnnotations;
@@ -83,6 +84,7 @@ public class SSHServerTest {
     }
 
     @Test
+    @Ignore
     public void connect() throws Exception {
         final SshClient sshClient = SshClient.setUpDefaultClient();
         sshClient.start();