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 2018/03/21 03:30:16 UTC

[kylin] branch master updated: KYLIN-3304 temporarily disable CacheServiceTest

This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new 6cc59cf  KYLIN-3304 temporarily disable CacheServiceTest
6cc59cf is described below

commit 6cc59cfb3c766f5dda77517be8a2bcf21c065c30
Author: shaofengshi <sh...@apache.org>
AuthorDate: Wed Mar 21 11:30:01 2018 +0800

    KYLIN-3304 temporarily disable CacheServiceTest
---
 .../src/test/java/org/apache/kylin/rest/service/CacheServiceTest.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/server/src/test/java/org/apache/kylin/rest/service/CacheServiceTest.java b/server/src/test/java/org/apache/kylin/rest/service/CacheServiceTest.java
index 63d7fa3..b128f1e 100644
--- a/server/src/test/java/org/apache/kylin/rest/service/CacheServiceTest.java
+++ b/server/src/test/java/org/apache/kylin/rest/service/CacheServiceTest.java
@@ -52,12 +52,14 @@ import org.eclipse.jetty.servlet.ServletContextHandler;
 import org.eclipse.jetty.servlet.ServletHolder;
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 /**
  */
+@Ignore ("This test case is unstable")
 public class CacheServiceTest extends LocalFileMetadataTestCase {
 
     private static Server server;

-- 
To stop receiving notification emails like this one, please contact
shaofengshi@apache.org.