mirror of
https://github.com/corda/corda.git
synced 2025-04-11 21:31:44 +00:00
[NOTICK] Ignore p2p messaging test (#5672)
[NOTICK] Ignore p2p messaging test (#5672)
This commit is contained in:
commit
d9876f5537
@ -21,6 +21,7 @@ import net.corda.testing.driver.internal.internalServices
|
||||
import net.corda.testing.node.ClusterSpec
|
||||
import net.corda.testing.node.NotarySpec
|
||||
import org.assertj.core.api.Assertions.assertThat
|
||||
import org.junit.Ignore
|
||||
import org.junit.Test
|
||||
import java.util.*
|
||||
import java.util.concurrent.atomic.AtomicBoolean
|
||||
@ -31,6 +32,7 @@ class P2PMessagingTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
fun `communicating with a distributed service which we're part of`() {
|
||||
startDriverWithDistributedService { distributedService ->
|
||||
assertAllNodesAreUsed(distributedService, DISTRIBUTED_SERVICE_NAME, distributedService[0])
|
||||
|
Loading…
x
Reference in New Issue
Block a user