Skip to content

Commit d0560bd

Browse files
committed
Disabled test until #195 is fixed
1 parent 85a86be commit d0560bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/sbm-recipes-mule-to-boot/src/test/java/org/springframework/sbm/mule/actions/wmq/MuleToJavaDSLWmqTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
package org.springframework.sbm.mule.actions.wmq;
1818

19+
import org.junit.jupiter.api.Disabled;
1920
import org.junit.jupiter.api.Test;
2021
import org.openrewrite.SourceFile;
2122
import org.springframework.sbm.build.api.Dependency;
@@ -27,6 +28,7 @@
2728

2829
import static org.assertj.core.api.Assertions.assertThat;
2930

31+
@Disabled("FIXME: https://github.com/spring-projects-experimental/spring-boot-migrator/issues/195")
3032
public class MuleToJavaDSLWmqTest extends JavaDSLActionBaseTest {
3133
private final static String muleXml = "<mule xmlns:wmq=\"http://www.mulesoft.org/schema/mule/ee/wmq\" xmlns:amqp=\"http://www.mulesoft.org/schema/mule/amqp\" xmlns:http=\"http://www.mulesoft.org/schema/mule/http\" xmlns=\"http://www.mulesoft.org/schema/mule/core\" xmlns:doc=\"http://www.mulesoft.org/schema/mule/documentation\"\n" +
3234
"xmlns:spring=\"http://www.springframework.org/schema/beans\" \n" +

0 commit comments

Comments
 (0)