From aa29bc599178b1f290214f4daf9ebdbde257001d Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Thu, 14 May 2020 10:11:40 +0200 Subject: [PATCH] #553 - Disable only the broken test not the complete module. --- .../test/java/example/springdata/jdbc/mybatis/MyBatisTests.java | 2 ++ jdbc/pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/jdbc/mybatis/src/test/java/example/springdata/jdbc/mybatis/MyBatisTests.java b/jdbc/mybatis/src/test/java/example/springdata/jdbc/mybatis/MyBatisTests.java index 06a60e92..b291a6ce 100644 --- a/jdbc/mybatis/src/test/java/example/springdata/jdbc/mybatis/MyBatisTests.java +++ b/jdbc/mybatis/src/test/java/example/springdata/jdbc/mybatis/MyBatisTests.java @@ -17,6 +17,7 @@ package example.springdata.jdbc.mybatis; import static org.assertj.core.api.Assertions.*; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mybatis.spring.boot.test.autoconfigure.MybatisTest; @@ -39,6 +40,7 @@ public class MyBatisTests { @Autowired LegoSetRepository repository; @Test + @Ignore // this is currently broken until the fix for DATAJDBC-542 is released. public void exerciseSomewhatComplexEntity() { LegoSet smallCar = createLegoSet(); diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 109eec37..398da725 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -18,7 +18,7 @@ basics - + mybatis jooq