You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by il...@apache.org on 2019/07/09 05:16:53 UTC

[dubbo-samples] branch master updated: disable integration test temporarily

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 967b296  disable integration test temporarily
967b296 is described below

commit 967b29628bafd76d122561e5521e3d41eeb821a3
Author: Ian Luo <ia...@gmail.com>
AuthorDate: Tue Jul 9 13:14:30 2019 +0800

    disable integration test temporarily
---
 .../dubbo/samples/configcenter/multiregistries/AnnotationServiceIT.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dubbo-samples-configcenter/dubbo-samples-configcenter-multi-registries/src/test/java/org/apache/dubbo/samples/configcenter/multiregistries/AnnotationServiceIT.java b/dubbo-samples-configcenter/dubbo-samples-configcenter-multi-registries/src/test/java/org/apache/dubbo/samples/configcenter/multiregistries/AnnotationServiceIT.java
index 8f988d4..bc3c000 100644
--- a/dubbo-samples-configcenter/dubbo-samples-configcenter-multi-registries/src/test/java/org/apache/dubbo/samples/configcenter/multiregistries/AnnotationServiceIT.java
+++ b/dubbo-samples-configcenter/dubbo-samples-configcenter-multi-registries/src/test/java/org/apache/dubbo/samples/configcenter/multiregistries/AnnotationServiceIT.java
@@ -20,6 +20,7 @@ package org.apache.dubbo.samples.configcenter.multiregistries;
 import org.apache.dubbo.samples.configcenter.multiregistries.action.AnnotationAction;
 
 import org.junit.Assert;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.springframework.beans.factory.annotation.Autowired;
@@ -33,6 +34,7 @@ public class AnnotationServiceIT {
     private AnnotationAction annotationAction;
 
     @Test
+    @Ignore("https://github.com/apache/dubbo-samples/issues/103")
     public void test() throws Exception {
         Assert.assertEquals("annotation: hello, dubbo", annotationAction.doSayHello("dubbo"));
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org