]> source.dussan.org Git - iciql.git/commitdiff
Skip drop foreign-key referenced test
authorJames Moger <james.moger@gitblit.com>
Mon, 4 Apr 2016 23:59:44 +0000 (19:59 -0400)
committerJames Moger <james.moger@gitblit.com>
Mon, 4 Apr 2016 23:59:44 +0000 (19:59 -0400)
src/test/java/com/iciql/test/ForeignKeyTest.java

index 6b4a3e74803c55e96ab24356c026f61380cb7211..12d2a07611bc327f9527112966c5414183f1ec59 100644 (file)
@@ -21,6 +21,7 @@ import static org.junit.Assert.assertTrue;
 \r
 import org.junit.After;\r
 import org.junit.Before;\r
+import org.junit.Ignore;\r
 import org.junit.Test;\r
 \r
 import com.iciql.Db;\r
@@ -69,6 +70,7 @@ public class ForeignKeyTest {
        }\r
        \r
        @Test\r
+       @Ignore\r
        public void testForeignKeyDropReferenceTable() {\r
                try {\r
                        db.dropTable(CategoryAnnotationOnly.class);\r