diff --git a/node/src/test/kotlin/net/corda/node/services/statemachine/RetryFlowMockTest.kt b/node/src/test/kotlin/net/corda/node/services/statemachine/RetryFlowMockTest.kt index 2d8b8fc231..d1203eb7e1 100644 --- a/node/src/test/kotlin/net/corda/node/services/statemachine/RetryFlowMockTest.kt +++ b/node/src/test/kotlin/net/corda/node/services/statemachine/RetryFlowMockTest.kt @@ -31,6 +31,7 @@ import org.hibernate.exception.ConstraintViolationException import org.junit.After import org.junit.Assert.assertTrue import org.junit.Before +import org.junit.Ignore import org.junit.Test import java.sql.SQLException import java.time.Duration @@ -97,6 +98,7 @@ class RetryFlowMockTest { assertEquals(2, SendAndRetryFlow.count) } + @Ignore("CORDA-4045: Disable flaky test") @Test(timeout=300_000) fun `Restart does not set senderUUID`() { val messagesSent = Collections.synchronizedList(mutableListOf())