mirror of
https://github.com/corda/corda.git
synced 2025-03-14 08:16:32 +00:00
CORDA-4045 Disable flaky test
Disable `Restart does not set senderUUID` as it is unstable.
This commit is contained in:
parent
503a2fff77
commit
6852a3b66f
@ -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>())
|
||||
|
Loading…
x
Reference in New Issue
Block a user