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-hbase1.x Commit: 56317490d9ca6ce234f087b10f20806123531ff4 Parents: 7b33d0a Author: shaofengshi <shaofeng...@apache.org> Authored: Tue Oct 18 15:14:49 2016 +0800 Committer: shaofengshi <shaofeng...@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