CORDA-3942: Disable IRSDemoTest (#6564)

Temporarily disable IRSDemoTest as it is breaking many OS builds.
This commit is contained in:
Jonathan Locke 2020-08-05 15:49:12 +01:00 committed by GitHub
parent b779fb354c
commit badfcf7f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,9 @@ import org.junit.Test
import rx.Observable
import java.time.Duration
import java.time.LocalDate
import org.junit.Ignore
@Ignore
class IRSDemoTest {
companion object {
private val log = contextLogger()
@ -51,7 +53,7 @@ class IRSDemoTest {
private val maxWaitTime: Duration = 150.seconds
@Test(timeout=300_000)
fun `runs IRS demo`() {
fun `runs IRS demo`() {
springDriver(DriverParameters(
useTestClock = true,
notarySpecs = listOf(NotarySpec(DUMMY_NOTARY_NAME, rpcUsers = rpcUsers)),