diff --git a/src/test/java/com/nhn/pinpoint/profiler/modifier/orm/ibatis/SqlMapSessionImplModifierTest.java b/src/test/java/com/nhn/pinpoint/profiler/modifier/orm/ibatis/SqlMapSessionImplModifierTest.java index 8b2a50198..709395748 100644 --- a/src/test/java/com/nhn/pinpoint/profiler/modifier/orm/ibatis/SqlMapSessionImplModifierTest.java +++ b/src/test/java/com/nhn/pinpoint/profiler/modifier/orm/ibatis/SqlMapSessionImplModifierTest.java @@ -2,6 +2,7 @@ package com.nhn.pinpoint.profiler.modifier.orm.ibatis; import static org.junit.Assert.*; +import org.junit.Ignore; import org.junit.Test; /** @@ -10,6 +11,7 @@ import org.junit.Test; public class SqlMapSessionImplModifierTest { @Test + @Ignore public void test() { fail("Not yet implemented"); }