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

huxing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new 2030789  Ignore testStatusChecker since it is unstable and consider 
removing it later.
2030789 is described below

commit 203078981bb23517703e7bbb60925b8542bc8983
Author: Huxing Zhang <[email protected]>
AuthorDate: Sun May 13 08:30:03 2018 +0800

    Ignore testStatusChecker since it is unstable and consider removing it 
later.
---
 .../alibaba/dubbo/registry/zookeeper/ZookeeperRegistryTest.java    | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git 
a/dubbo-registry/dubbo-registry-zookeeper/src/test/java/com/alibaba/dubbo/registry/zookeeper/ZookeeperRegistryTest.java
 
b/dubbo-registry/dubbo-registry-zookeeper/src/test/java/com/alibaba/dubbo/registry/zookeeper/ZookeeperRegistryTest.java
index 43f290a..daf930f 100644
--- 
a/dubbo-registry/dubbo-registry-zookeeper/src/test/java/com/alibaba/dubbo/registry/zookeeper/ZookeeperRegistryTest.java
+++ 
b/dubbo-registry/dubbo-registry-zookeeper/src/test/java/com/alibaba/dubbo/registry/zookeeper/ZookeeperRegistryTest.java
@@ -27,6 +27,7 @@ import org.apache.curator.test.TestingServer;
 import org.junit.After;
 import org.junit.Assert;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import java.util.List;
@@ -123,8 +124,12 @@ public class ZookeeperRegistryTest {
         assertThat(lookup.size(), is(1));
     }
 
-
+    @Ignore
     @Test
+    /*
+      This UT is unstable, consider remove it later.
+      @see https://github.com/apache/incubator-dubbo/issues/1787
+     */
     public void testStatusChecker() {
         RegistryStatusChecker registryStatusChecker = new 
RegistryStatusChecker();
         Status status = registryStatusChecker.check();

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to