mirror of
https://github.com/corda/corda.git
synced 2024-12-28 16:58:55 +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.junit.After
|
||||
import org.junit.Before
|
||||
import org.junit.Ignore
|
||||
import org.junit.Test
|
||||
import java.util.concurrent.ExecutorService
|
||||
import java.util.concurrent.Executors
|
||||
import kotlin.test.fail
|
||||
|
||||
@Ignore("Pending implementation")
|
||||
class P2PFlowsDrainingModeTest {
|
||||
|
||||
private val portAllocation = PortAllocation.Incremental(10000)
|
||||
|
Loading…
Reference in New Issue
Block a user