CORDA-649: Disable unstable test (#1733)

This commit is contained in:
Viktor Kolomeyko 2017-09-29 14:57:47 +01:00 committed by GitHub
parent c2b0ed6ed5
commit 2704165d7a

View File

@ -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`() {