ignored flaky test:

This commit is contained in:
ags 2018-03-20 16:26:34 +00:00
parent 144632818c
commit 946ec3c04e
No known key found for this signature in database
GPG Key ID: 79EBE5A3D6E758E4

View File

@ -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<FlowICanRun>()))
@ -176,4 +178,4 @@ class SSHServerTest {
override val progressTracker: ProgressTracker? = ProgressTracker()
}
}
}