CORDA-4045 Disable flaky test (#6775)

Disable `Restart does not set senderUUID` as it is unstable.
This commit is contained in:
Ross Nicoll 2020-10-15 22:34:35 +01:00 committed by GitHub
commit c460b132fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ import org.assertj.core.api.Assertions.assertThatThrownBy
import org.hibernate.exception.ConstraintViolationException
import org.junit.After
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import java.sql.SQLException
import java.time.Duration
@ -87,6 +88,7 @@ class RetryFlowMockTest {
assertEquals(2, SendAndRetryFlow.count)
}
@Ignore("CORDA-4045: Disable flaky test")
@Test
fun `Restart does not set senderUUID`() {
val messagesSent = Collections.synchronizedList(mutableListOf<Message>())