Skip to content

Commit 24dbc69

Browse files
artembilanspring-builds
authored andcommitted
Disable UdpChAdTests.testMulticastReceiver on Java 17
(cherry picked from commit 0bbecd8)
1 parent 78dce8a commit 24dbc69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-integration-ip/src/test/java/org/springframework/integration/ip/udp/UdpChannelAdapterTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
import java.util.concurrent.atomic.AtomicReference;
3232

3333
import org.junit.jupiter.api.Test;
34+
import org.junit.jupiter.api.condition.DisabledOnJre;
3435
import org.junit.jupiter.api.condition.DisabledOnOs;
36+
import org.junit.jupiter.api.condition.JRE;
3537
import org.junit.jupiter.api.condition.OS;
3638
import 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 =

0 commit comments

Comments
 (0)