mirror of
https://github.com/corda/corda.git
synced 2025-06-10 11:21:45 +00:00
Ignore flaky Raft Notary integration test while it's being investigated
This commit is contained in:
parent
63e1bdaa94
commit
a6cf04b49c
@ -20,6 +20,7 @@ import net.corda.testing.dummyCommand
|
|||||||
import net.corda.testing.node.ClusterSpec
|
import net.corda.testing.node.ClusterSpec
|
||||||
import net.corda.testing.node.NotarySpec
|
import net.corda.testing.node.NotarySpec
|
||||||
import net.corda.testing.node.startFlow
|
import net.corda.testing.node.startFlow
|
||||||
|
import org.junit.Ignore
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
import java.util.*
|
import java.util.*
|
||||||
import kotlin.test.assertEquals
|
import kotlin.test.assertEquals
|
||||||
@ -28,6 +29,7 @@ import kotlin.test.assertFailsWith
|
|||||||
class RaftNotaryServiceTests {
|
class RaftNotaryServiceTests {
|
||||||
private val notaryName = CordaX500Name("RAFT Notary Service", "London", "GB")
|
private val notaryName = CordaX500Name("RAFT Notary Service", "London", "GB")
|
||||||
|
|
||||||
|
@Ignore("Test has undeterministic capacity to hang, ignore till fixed")
|
||||||
@Test
|
@Test
|
||||||
fun `detect double spend`() {
|
fun `detect double spend`() {
|
||||||
driver(
|
driver(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user