mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +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.NotarySpec
|
||||
import net.corda.testing.node.startFlow
|
||||
import org.junit.Ignore
|
||||
import org.junit.Test
|
||||
import java.util.*
|
||||
import kotlin.test.assertEquals
|
||||
@ -28,6 +29,7 @@ import kotlin.test.assertFailsWith
|
||||
class RaftNotaryServiceTests {
|
||||
private val notaryName = CordaX500Name("RAFT Notary Service", "London", "GB")
|
||||
|
||||
@Ignore("Test has undeterministic capacity to hang, ignore till fixed")
|
||||
@Test
|
||||
fun `detect double spend`() {
|
||||
driver(
|
||||
|
Loading…
Reference in New Issue
Block a user