File tree Expand file tree Collapse file tree
spring-integration-ip/src/test/java/org/springframework/integration/ip/udp Expand file tree Collapse file tree 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
@@ -259,6 +261,7 @@ public void testUnicastSender() {
259261
260262 @ SuppressWarnings ("unchecked" )
261263 @ RetryingTest (20 )
264+ @ DisabledOnJre (JRE .JAVA_17 )
262265 public void testMulticastReceiver (MulticastCondition multicastCondition ) throws Exception {
263266 QueueChannel channel = new QueueChannel (2 );
264267 MulticastReceivingChannelAdapter adapter =
You can’t perform that action at this time.
0 commit comments