CORDA-4045 Disable flaky test

Disable `Restart does not set senderUUID` as it is unstable.
This commit is contained in:
Ross Nicoll 2020-10-15 22:05:15 +01:00
parent 503a2fff77
commit 6852a3b66f

View File

@ -87,6 +87,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>())