NOTICK Merge OS 4.0 to 4.1

NOTICK Merge OS 4.0 to 4.1
This commit is contained in:
Ross Nicoll 2020-11-02 13:00:33 +00:00 committed by GitHub
commit eaedf91374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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