You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2021/02/05 08:55:42 UTC

[dubbo] branch 2.7.8.1-release updated: disable junit5 ut

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

liujun pushed a commit to branch 2.7.8.1-release
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/2.7.8.1-release by this push:
     new 419d7b2  disable junit5 ut
419d7b2 is described below

commit 419d7b2b93e6ad3d53254d1092b38144dc753555
Author: ken.lj <ke...@gmail.com>
AuthorDate: Fri Feb 5 16:55:01 2021 +0800

    disable junit5 ut
---
 .../src/test/java/org/apache/dubbo/remoting/etcd/jetcd/LeaseTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dubbo-remoting/dubbo-remoting-etcd3/src/test/java/org/apache/dubbo/remoting/etcd/jetcd/LeaseTest.java b/dubbo-remoting/dubbo-remoting-etcd3/src/test/java/org/apache/dubbo/remoting/etcd/jetcd/LeaseTest.java
index 5e79480..6188984 100644
--- a/dubbo-remoting/dubbo-remoting-etcd3/src/test/java/org/apache/dubbo/remoting/etcd/jetcd/LeaseTest.java
+++ b/dubbo-remoting/dubbo-remoting-etcd3/src/test/java/org/apache/dubbo/remoting/etcd/jetcd/LeaseTest.java
@@ -45,11 +45,11 @@ import io.etcd.jetcd.options.PutOption;
 import io.etcd.jetcd.support.CloseableClient;
 import io.etcd.jetcd.support.Observers;
 import io.grpc.stub.StreamObserver;
-import org.junit.Ignore;
 import org.junit.jupiter.api.AfterAll;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeAll;
 import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import java.util.concurrent.CountDownLatch;
@@ -62,7 +62,7 @@ import static org.assertj.core.api.Assertions.assertThat;
 /**
  * @author cvictory ON 2019-08-16
  */
-@Ignore
+@Disabled
 public class LeaseTest {
 
     private static EtcdCluster cluster;