Skip to content

Commit 4b2701f

Browse files
artembilanspring-builds
authored andcommitted
Bring back @Test to MessageDrivenAdapterTests.testInboundBatch
Looks like `@RetryingTest` cannot work with JUnit argument resolver (cherry picked from commit 9de40b2)
1 parent 826be3e commit 4b2701f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spring-integration-kafka/src/test/java/org/springframework/integration/kafka/inbound/MessageDrivenAdapterTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ protected boolean doSend(Message<?> message, long timeout) {
400400
pf.reset();
401401
}
402402

403-
@RetryingTest(10)
403+
@Test
404404
void testInboundBatch(EmbeddedKafkaBroker embeddedKafka) throws Exception {
405405
Map<String, Object> props = KafkaTestUtils.consumerProps(embeddedKafka, "test2", true);
406406
props.put(ConsumerConfig.AUTO_OFFSET_RESET_CONFIG, "earliest");

0 commit comments

Comments
 (0)