mirror of
https://github.com/corda/corda.git
synced 2025-02-21 09:51:57 +00:00
ignored flaky test:
This commit is contained in:
parent
144632818c
commit
946ec3c04e
@ -20,6 +20,7 @@ import net.corda.testing.node.User
|
|||||||
import net.corda.testing.driver.driver
|
import net.corda.testing.driver.driver
|
||||||
import org.assertj.core.api.Assertions.assertThat
|
import org.assertj.core.api.Assertions.assertThat
|
||||||
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 java.net.ConnectException
|
import java.net.ConnectException
|
||||||
import kotlin.test.assertTrue
|
import kotlin.test.assertTrue
|
||||||
@ -119,6 +120,7 @@ class SSHServerTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore
|
||||||
@Test
|
@Test
|
||||||
fun `ssh runs flows`() {
|
fun `ssh runs flows`() {
|
||||||
val user = User("u", "p", setOf(startFlow<FlowICanRun>()))
|
val user = User("u", "p", setOf(startFlow<FlowICanRun>()))
|
||||||
@ -176,4 +178,4 @@ class SSHServerTest {
|
|||||||
|
|
||||||
override val progressTracker: ProgressTracker? = ProgressTracker()
|
override val progressTracker: ProgressTracker? = ProgressTracker()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user