You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2016/10/20 07:02:51 UTC

[3/5] kylin git commit: Ignore ITKylinQueryTest as it will be invoked by sub-classes

Ignore ITKylinQueryTest as it will be invoked by sub-classes

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

Branch: refs/heads/yang21
Commit: 56317490d9ca6ce234f087b10f20806123531ff4
Parents: 7b33d0a
Author: shaofengshi <sh...@apache.org>
Authored: Tue Oct 18 15:14:49 2016 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Thu Oct 20 14:37:15 2016 +0800

----------------------------------------------------------------------
 kylin-it/src/test/java/org/apache/kylin/query/ITKylinQueryTest.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/56317490/kylin-it/src/test/java/org/apache/kylin/query/ITKylinQueryTest.java
----------------------------------------------------------------------
diff --git a/kylin-it/src/test/java/org/apache/kylin/query/ITKylinQueryTest.java b/kylin-it/src/test/java/org/apache/kylin/query/ITKylinQueryTest.java
index 59a3a04..0740ffa 100644
--- a/kylin-it/src/test/java/org/apache/kylin/query/ITKylinQueryTest.java
+++ b/kylin-it/src/test/java/org/apache/kylin/query/ITKylinQueryTest.java
@@ -45,6 +45,7 @@ import org.junit.rules.ExpectedException;
 
 import com.google.common.collect.Maps;
 
+@Ignore("KylinQueryTest is contained by ITCombinationTest")
 public class ITKylinQueryTest extends KylinTestBase {
 
     @Rule