Repository: kylin Updated Branches: refs/heads/KYLIN-2283 542863287 -> b274167a9
save some UT time Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/b274167a Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/b274167a Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/b274167a Branch: refs/heads/KYLIN-2283 Commit: b274167a937a11687c5ffb3dd4b120b4e32d720a Parents: 5428632 Author: Yang Li <[email protected]> Authored: Sun Dec 18 15:17:06 2016 +0800 Committer: Yang Li <[email protected]> Committed: Sun Dec 18 15:17:06 2016 +0800 ---------------------------------------------------------------------- .../org/apache/kylin/measure/hllc/NewHyperLogLogBenchmarkTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/b274167a/core-metadata/src/test/java/org/apache/kylin/measure/hllc/NewHyperLogLogBenchmarkTest.java ---------------------------------------------------------------------- diff --git a/core-metadata/src/test/java/org/apache/kylin/measure/hllc/NewHyperLogLogBenchmarkTest.java b/core-metadata/src/test/java/org/apache/kylin/measure/hllc/NewHyperLogLogBenchmarkTest.java index 586c007..5de2a3a 100644 --- a/core-metadata/src/test/java/org/apache/kylin/measure/hllc/NewHyperLogLogBenchmarkTest.java +++ b/core-metadata/src/test/java/org/apache/kylin/measure/hllc/NewHyperLogLogBenchmarkTest.java @@ -20,6 +20,7 @@ package org.apache.kylin.measure.hllc; import org.apache.kylin.measure.hllc.HLLCounterOld; import org.apache.kylin.measure.hllc.HLLCounter; import org.apache.kylin.measure.hllc.RegisterType; +import org.junit.Ignore; import org.junit.Test; import java.nio.ByteBuffer; @@ -30,6 +31,7 @@ import static org.junit.Assert.assertEquals; /** * Created by xiefan on 16-12-12. */ +@Ignore("Save UT time") @SuppressWarnings("deprecation") public class NewHyperLogLogBenchmarkTest {
