Ignore flaky Raft Notary integration test while it's being investigated

This commit is contained in:
Andrius Dagys 2018-01-09 15:08:29 +00:00
parent 63e1bdaa94
commit a6cf04b49c

View File

@ -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(