mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Ignore 2 flaky SSH via StandaloneShell tests temporarily. (#2810)
This commit is contained in:
parent
1a6f7bc2c0
commit
42d1fcc7b2
@ -21,6 +21,7 @@ import org.apache.activemq.artemis.api.core.ActiveMQSecurityException
|
||||
import org.assertj.core.api.Assertions.assertThat
|
||||
import org.assertj.core.api.Assertions.assertThatThrownBy
|
||||
import org.bouncycastle.util.io.Streams
|
||||
import org.junit.Ignore
|
||||
import org.junit.Test
|
||||
import kotlin.test.assertTrue
|
||||
|
||||
@ -131,6 +132,7 @@ class InteractiveShellIntegrationTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
fun `ssh runs flows via standalone shell`() {
|
||||
val user = User("u", "p", setOf(Permissions.startFlow<SSHServerTest.FlowICanRun>(),
|
||||
@ -173,6 +175,7 @@ class InteractiveShellIntegrationTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
fun `ssh run flows via standalone shell over ssl to node`() {
|
||||
val user = User("mark", "dadada", setOf(Permissions.startFlow<SSHServerTest.FlowICanRun>(),
|
||||
|
Loading…
Reference in New Issue
Block a user