Skip to content

Commit

Permalink
CORE-17011 Disabled flaky test MultiSourceEventMediatorImplTest (#4818)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrkic-r3 authored Oct 10, 2023
1 parent 2b0eabb commit a4cf93a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import net.corda.messaging.api.processor.StateAndEventProcessor
import net.corda.messaging.api.records.Record
import net.corda.test.util.waitWhile
import org.junit.jupiter.api.BeforeEach
import org.junit.jupiter.api.Test
// import org.junit.jupiter.api.Test
import org.mockito.kotlin.any
import org.mockito.kotlin.anyOrNull
import org.mockito.kotlin.atLeast
Expand Down Expand Up @@ -119,7 +119,8 @@ class MultiSourceEventMediatorImplTest {
)
}

@Test
//@Test
// TODO Test temporarily disabled as it seems to be flaky
fun `mediator processes multiples events by key`() {
val events = (1..6).map { "event$it" }
val eventBatches = listOf(
Expand Down

0 comments on commit a4cf93a

Please sign in to comment.