CORDA-4045 Disable flaky test (#6792)

Disable `Restart does not set senderUUID` as it is unstable.
This commit is contained in:
Ross Nicoll 2020-11-01 21:40:55 +00:00 committed by GitHub
parent fa6ef1770d
commit f2dd3ac652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ import org.junit.After
import org.junit.Assert.assertTrue
import org.junit.Assume
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import java.sql.SQLException
import java.time.Duration
@ -99,6 +100,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>())