Ignore 2 flaky SSH via StandaloneShell tests temporarily. (#2810)

This commit is contained in:
szymonsztuka 2018-03-14 10:34:42 +01:00 committed by Viktor Kolomeyko
parent 1a6f7bc2c0
commit 42d1fcc7b2

View File

@ -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>(),