mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
NOTICK Merge OS 4.0 to 4.1
NOTICK Merge OS 4.0 to 4.1
This commit is contained in:
commit
eaedf91374
@ -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>())
|
||||
|
Loading…
Reference in New Issue
Block a user