CORDA-3948 Disable flaky test (#6572)

This commit is contained in:
Ross Nicoll 2020-08-05 14:16:15 +01:00 committed by GitHub
parent 6f2ca8978d
commit b779fb354c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ import net.corda.testing.driver.OutOfProcess
import net.corda.testing.driver.driver
import net.corda.testing.node.internal.FINANCE_CORDAPPS
import org.assertj.core.api.Assertions
import org.junit.Ignore
import org.junit.Test
import java.time.Duration
import java.util.concurrent.Semaphore
@ -193,6 +194,7 @@ class KillFlowTest {
}
}
@Ignore("CORDA-3948: Disabled pending availability of engineers to diagnose")
@Test(timeout = 300_000)
fun `a killed flow will propagate the killed error to counter parties if it was suspended`() {
driver(DriverParameters(notarySpecs = emptyList(), startNodesInProcess = true)) {