Skip to content

Commit 883b9d7

Browse files
committed
ReactiveStreamsTests.verifyFluxMessageChannelRestart as @RetryingTest
**Auto-cherry-pick to `7.0.x`**
1 parent 659ac56 commit 883b9d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spring-integration-core/src/test/java/org/springframework/integration/dsl/reactivestreams/ReactiveStreamsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ void messageProducerIsNotStartedAutomatically() {
278278
@Autowired
279279
ConfigurableApplicationContext applicationContext;
280280

281-
@Test
281+
@RetryingTest(10)
282282
void verifyFluxMessageChannelRestart() {
283283
for (long i = 0; i < 3L; i++) {
284284
assertThat(this.fromPublisherResult.receive(10_000)).extracting(Message::getPayload).isEqualTo(i);

0 commit comments

Comments
 (0)