From 42e47878aa4daf38d6bc65031d3cd47dd55ec5d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E6=BA=90=E6=B5=B7=E5=93=A5?= Date: Wed, 9 Aug 2023 08:56:11 +0800 Subject: [PATCH] test: remove codegen test --- .../java/com/mybatisflex/codegen/test/GeneratorTest.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mybatis-flex-codegen/src/test/java/com/mybatisflex/codegen/test/GeneratorTest.java b/mybatis-flex-codegen/src/test/java/com/mybatisflex/codegen/test/GeneratorTest.java index 0da555d0..3bd55f87 100644 --- a/mybatis-flex-codegen/src/test/java/com/mybatisflex/codegen/test/GeneratorTest.java +++ b/mybatis-flex-codegen/src/test/java/com/mybatisflex/codegen/test/GeneratorTest.java @@ -23,7 +23,6 @@ import com.mybatisflex.codegen.config.TableConfig; import com.mybatisflex.codegen.config.TableDefConfig; import com.mybatisflex.codegen.constant.TemplateConst; import com.zaxxer.hikari.HikariDataSource; -import org.junit.Test; import java.util.function.UnaryOperator; @@ -150,7 +149,7 @@ public class GeneratorTest { generator.generate(); } - @Test +// @Test public void testCodeGen3() { //配置数据源 HikariDataSource dataSource = new HikariDataSource(); @@ -226,7 +225,7 @@ public class GeneratorTest { return globalConfig; } - @Test +// @Test public void testCodeGen4() { // 配置数据源 HikariDataSource dataSource = new HikariDataSource();