disable ITIIQueryTest temporarily

Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/11e20adb
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/11e20adb
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/11e20adb

Branch: refs/heads/stream_m1
Commit: 11e20adbdfc1ed2de34280d50b90176f59d1760a
Parents: 8a96b57
Author: Yang Li <liy...@apache.org>
Authored: Sun Jun 19 14:29:01 2016 +0800
Committer: Yang Li <liy...@apache.org>
Committed: Sun Jun 19 14:29:01 2016 +0800

----------------------------------------------------------------------
 kylin-it/src/test/java/org/apache/kylin/query/ITIIQueryTest.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/11e20adb/kylin-it/src/test/java/org/apache/kylin/query/ITIIQueryTest.java
----------------------------------------------------------------------
diff --git a/kylin-it/src/test/java/org/apache/kylin/query/ITIIQueryTest.java 
b/kylin-it/src/test/java/org/apache/kylin/query/ITIIQueryTest.java
index 985424c..09253c3 100644
--- a/kylin-it/src/test/java/org/apache/kylin/query/ITIIQueryTest.java
+++ b/kylin-it/src/test/java/org/apache/kylin/query/ITIIQueryTest.java
@@ -35,7 +35,8 @@ import com.google.common.collect.Maps;
 
 /**
  */
-@RunWith(Parameterized.class)
+@Ignore("II query is no longer maintained")
+//@RunWith(Parameterized.class)
 public class ITIIQueryTest extends ITKylinQueryTest {
     @BeforeClass
     public static void setUp() throws Exception {

Reply via email to