mirror of
https://github.com/corda/corda.git
synced 2025-02-01 00:45:59 +00:00
CORDA-649: Disable unstable test (#1733)
This commit is contained in:
parent
c2b0ed6ed5
commit
2704165d7a
@ -17,6 +17,7 @@ import net.corda.testing.*
|
||||
import net.corda.testing.node.NodeBasedTest
|
||||
import org.assertj.core.api.Assertions.assertThat
|
||||
import org.junit.Before
|
||||
import org.junit.Ignore
|
||||
import org.junit.Test
|
||||
import kotlin.test.assertEquals
|
||||
import kotlin.test.assertFails
|
||||
@ -113,6 +114,7 @@ class PersistentNetworkMapCacheTest : NodeBasedTest() {
|
||||
assertFails { startNode(CHARLIE.name, noNetworkMap = true).getOrThrow(2.seconds) }
|
||||
}
|
||||
|
||||
@Ignore("Unstable test that needs more work")
|
||||
@Test
|
||||
fun `new node joins network without network map started`() {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user