diff --git a/tools/shell/src/integration-test/kotlin/net/corda/tools/shell/SSHServerTest.kt b/tools/shell/src/integration-test/kotlin/net/corda/tools/shell/SSHServerTest.kt index 7689bb89d9..919acd78cf 100644 --- a/tools/shell/src/integration-test/kotlin/net/corda/tools/shell/SSHServerTest.kt +++ b/tools/shell/src/integration-test/kotlin/net/corda/tools/shell/SSHServerTest.kt @@ -20,6 +20,7 @@ import net.corda.testing.node.User import net.corda.testing.driver.driver import org.assertj.core.api.Assertions.assertThat import org.bouncycastle.util.io.Streams +import org.junit.Ignore import org.junit.Test import java.net.ConnectException import kotlin.test.assertTrue @@ -119,6 +120,7 @@ class SSHServerTest { } } + @Ignore @Test fun `ssh runs flows`() { val user = User("u", "p", setOf(startFlow())) @@ -176,4 +178,4 @@ class SSHServerTest { override val progressTracker: ProgressTracker? = ProgressTracker() } -} \ No newline at end of file +}