From f436a56135b577fb912cea835a06f27aacf5d74d Mon Sep 17 00:00:00 2001 From: Hideki Sugimoto Date: Mon, 23 May 2022 01:07:25 +0900 Subject: [PATCH] ignore missing testcase --- src/test/java/jp/co/future/uroborosql/store/SqlManagerTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/java/jp/co/future/uroborosql/store/SqlManagerTest.java b/src/test/java/jp/co/future/uroborosql/store/SqlManagerTest.java index 3f3c9ca9..9ef71624 100644 --- a/src/test/java/jp/co/future/uroborosql/store/SqlManagerTest.java +++ b/src/test/java/jp/co/future/uroborosql/store/SqlManagerTest.java @@ -7,6 +7,7 @@ import java.util.ArrayList; import java.util.List; +import org.junit.Ignore; import org.junit.Test; import jp.co.future.uroborosql.dialect.Dialect; @@ -153,6 +154,7 @@ public void testExistSqlWithMultiFolder() throws Exception { } @Test + @Ignore public void testGetSqlPathList() throws Exception { List loadPaths = new ArrayList<>(); loadPaths.add("sql");