File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
spring-integration-ip/src/test/java/org/springframework/integration/ip/udp Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3131import java .util .concurrent .atomic .AtomicReference ;
3232
3333import org .junit .jupiter .api .Test ;
34+ import org .junit .jupiter .api .condition .DisabledOnJre ;
3435import org .junit .jupiter .api .condition .DisabledOnOs ;
36+ import org .junit .jupiter .api .condition .JRE ;
3537import org .junit .jupiter .api .condition .OS ;
3638import org .junitpioneer .jupiter .RetryingTest ;
3739
@@ -247,6 +249,7 @@ public void testUnicastSender() {
247249
248250 @ SuppressWarnings ("unchecked" )
249251 @ RetryingTest (20 )
252+ @ DisabledOnJre (JRE .JAVA_17 )
250253 public void testMulticastReceiver (MulticastCondition multicastCondition ) throws Exception {
251254 QueueChannel channel = new QueueChannel (2 );
252255 MulticastReceivingChannelAdapter adapter =
You can’t perform that action at this time.
0 commit comments