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

[dubbo] branch 3.0 updated: fix: disable testcase of ConfigTest#testReferGenericExport (#8580)

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

albumenj pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new 7135164  fix: disable testcase of ConfigTest#testReferGenericExport (#8580)
7135164 is described below

commit 71351646180dfc48cb89f68570d27b6288f17278
Author: Xiong, Pin <pi...@foxmail.com>
AuthorDate: Mon Aug 23 21:32:44 2021 -0500

    fix: disable testcase of ConfigTest#testReferGenericExport (#8580)
---
 .../src/test/java/org/apache/dubbo/config/spring/ConfigTest.java         | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/ConfigTest.java b/dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/ConfigTest.java
index af880a2..9a1b3b9 100644
--- a/dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/ConfigTest.java
+++ b/dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/ConfigTest.java
@@ -1114,6 +1114,7 @@ public class ConfigTest {
     }
 
     @Test
+    @Disabled("waiting-to-fix, see: https://github.com/apache/dubbo/pull/8534")
     public void testReferGenericExport() throws Exception {
         RegistryConfig rc = new RegistryConfig();
         rc.setAddress(RegistryConfig.NO_AVAILABLE);