mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
Ignore P2PFlowsDrainingModeTest
This commit is contained in:
parent
33b24cb27e
commit
dd8a709971
@ -17,11 +17,13 @@ import net.corda.testing.node.User
|
|||||||
import org.assertj.core.api.AssertionsForInterfaceTypes.assertThat
|
import org.assertj.core.api.AssertionsForInterfaceTypes.assertThat
|
||||||
import org.junit.After
|
import org.junit.After
|
||||||
import org.junit.Before
|
import org.junit.Before
|
||||||
|
import org.junit.Ignore
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
import java.util.concurrent.ExecutorService
|
import java.util.concurrent.ExecutorService
|
||||||
import java.util.concurrent.Executors
|
import java.util.concurrent.Executors
|
||||||
import kotlin.test.fail
|
import kotlin.test.fail
|
||||||
|
|
||||||
|
@Ignore("Pending implementation")
|
||||||
class P2PFlowsDrainingModeTest {
|
class P2PFlowsDrainingModeTest {
|
||||||
|
|
||||||
private val portAllocation = PortAllocation.Incremental(10000)
|
private val portAllocation = PortAllocation.Incremental(10000)
|
||||||
|
Loading…
Reference in New Issue
Block a user