mirror of
https://github.com/corda/corda.git
synced 2025-05-24 19:24:24 +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.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
|
||||||
|
|
||||||
@ -131,6 +132,7 @@ class InteractiveShellIntegrationTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore
|
||||||
@Test
|
@Test
|
||||||
fun `ssh runs flows via standalone shell`() {
|
fun `ssh runs flows via standalone shell`() {
|
||||||
val user = User("u", "p", setOf(Permissions.startFlow<SSHServerTest.FlowICanRun>(),
|
val user = User("u", "p", setOf(Permissions.startFlow<SSHServerTest.FlowICanRun>(),
|
||||||
@ -173,6 +175,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