Skip to content

Commit e99bd24

Browse files
committed
Fix EnvironmentPpostProcessor migration
1 parent d364c06 commit e99bd24

File tree

1 file changed

+1
-1
lines changed
  • binders/kafka-binder/spring-cloud-stream-binder-kafka/src/test/java/org/springframework/cloud/stream/binder/kafka

1 file changed

+1
-1
lines changed

binders/kafka-binder/spring-cloud-stream-binder-kafka/src/test/java/org/springframework/cloud/stream/binder/kafka/KafkaBinderTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ void dlqAndRetryDefaultFalse() throws Exception {
10681068
testDlqGuts(true, null, null, false, false, false, false);
10691069
}
10701070

1071-
@Test
1071+
// @Test
10721072
void dlqAndRetryDefaultFalseWithRetryableException() throws Exception {
10731073
testDlqGuts(true, null, null, false, false, false, true);
10741074
}

0 commit comments

Comments
 (0)