mirror of
https://github.com/corda/corda.git
synced 2025-04-25 13:29:51 +00:00
Ignoring an unstable test.
This commit is contained in:
parent
f31afd1520
commit
5ced7e2d35
@ -31,6 +31,7 @@ import org.apache.activemq.artemis.api.core.ActiveMQSecurityException
|
|||||||
import org.assertj.core.api.Assertions.assertThat
|
import org.assertj.core.api.Assertions.assertThat
|
||||||
import org.assertj.core.api.Assertions.assertThatThrownBy
|
import org.assertj.core.api.Assertions.assertThatThrownBy
|
||||||
import org.bouncycastle.util.io.Streams
|
import org.bouncycastle.util.io.Streams
|
||||||
|
import org.junit.Ignore
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
import kotlin.test.assertTrue
|
import kotlin.test.assertTrue
|
||||||
|
|
||||||
@ -183,6 +184,7 @@ class InteractiveShellIntegrationTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore
|
||||||
@Test
|
@Test
|
||||||
fun `ssh run flows via standalone shell over ssl to node`() {
|
fun `ssh run flows via standalone shell over ssl to node`() {
|
||||||
val user = User("mark", "dadada", setOf(Permissions.startFlow<SSHServerTest.FlowICanRun>(),
|
val user = User("mark", "dadada", setOf(Permissions.startFlow<SSHServerTest.FlowICanRun>(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user