Merge OS -> ENT

This commit is contained in:
szymonsztuka
2018-03-21 09:53:28 +00:00
3 changed files with 12 additions and 3 deletions

View File

@ -35,6 +35,7 @@ import net.corda.testing.node.User
import org.assertj.core.api.Assertions.assertThat
import org.bouncycastle.util.io.Streams
import org.junit.ClassRule
import org.junit.Ignore
import org.junit.Test
import java.net.ConnectException
import kotlin.test.assertTrue
@ -139,6 +140,7 @@ class SSHServerTest : IntegrationTest() {
}
}
@Ignore
@Test
fun `ssh runs flows`() {
val user = User("u", "p", setOf(startFlow<FlowICanRun>()))
@ -196,4 +198,4 @@ class SSHServerTest : IntegrationTest() {
override val progressTracker: ProgressTracker? = ProgressTracker()
}
}
}