ENT-5891 Disable flaky test (#6879)

This commit is contained in:
Denis Rekalov 2021-02-19 13:54:34 +00:00 committed by GitHub
parent 42bb25462d
commit 23fab7ae0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ import net.corda.testing.node.User
import net.corda.testing.node.internal.DUMMY_CONTRACTS_CORDAPP
import net.corda.testing.node.internal.cordappWithPackages
import net.corda.testing.node.internal.enclosedCordapp
import org.junit.Ignore
import org.junit.Assume
import org.junit.Test
import java.time.Instant
@ -95,6 +96,7 @@ class ScheduledFlowIntegrationTests {
}
}
@Ignore("ENT-5891: Unstable test we're not addressing in Corda 4.x")
@Test(timeout=300_000)
fun `test that when states are being spent at the same time that schedules trigger everything is processed`() {
Assume.assumeFalse(IS_S390X)