Skip to content

Commit 8f4ea96

Browse files
committed
Merge branch '3.2.x' into 3.3.x
See gh-41711
2 parents 0e20f17 + 9e602ac commit 8f4ea96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisAutoConfigurationTests.java

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
import org.apache.activemq.artemis.jms.server.config.impl.JMSQueueConfigurationImpl;
4242
import org.apache.activemq.artemis.jms.server.config.impl.TopicConfigurationImpl;
4343
import org.junit.jupiter.api.Test;
44+
import org.junit.jupiter.api.condition.DisabledOnJre;
45+
import org.junit.jupiter.api.condition.JRE;
4446
import org.junit.jupiter.api.io.TempDir;
4547
import org.messaginghub.pooled.jms.JmsPoolConnectionFactory;
4648

@@ -64,6 +66,7 @@
6466
* @author Eddú Meléndez
6567
* @author Stephane Nicoll
6668
*/
69+
@DisabledOnJre(value = JRE.OTHER, disabledReason = "https://issues.apache.org/jira/browse/ARTEMIS-4975")
6770
class ArtemisAutoConfigurationTests {
6871

6972
private final ApplicationContextRunner contextRunner = new ApplicationContextRunner()

0 commit comments

Comments
 (0)