Skip to content

Commit 13f3238

Browse files
moriadryralf0131
authored andcommitted
Add comment for disabled Nacos test, fix this later (#4088)
1 parent bfb6077 commit 13f3238

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dubbo-configcenter/dubbo-configcenter-nacos/src/test/java/org/apache/dubbo/configcenter/support/nacos/NacosDynamicConfigurationTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
/**
3737
* Unit test for nacos config center support
3838
*/
39-
@Disabled
39+
//FIXME: waiting for embedded Nacos suport, then we can open the switch.
40+
@Disabled("https://github.com/alibaba/nacos/issues/1188")
4041
public class NacosDynamicConfigurationTest {
4142

4243
private static NacosDynamicConfiguration config;

dubbo-metadata-report/dubbo-metadata-report-nacos/src/test/java/org/apache/dubbo/metadata/store/nacos/NacosMetadataReportTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
import static org.apache.dubbo.common.constants.CommonConstants.PROVIDER_SIDE;
3838
import static org.apache.dubbo.common.constants.RegistryConstants.SESSION_TIMEOUT_KEY;
3939

40-
@Disabled
40+
//FIXME: waiting for embedded Nacos suport, then we can open the switch.
41+
@Disabled("https://github.com/alibaba/nacos/issues/1188")
4142
public class NacosMetadataReportTest {
4243
private static final String TEST_SERVICE = "org.apache.dubbo.metadata.store.nacos.NacosMetadata4TstService";
4344
private NacosMetadataReport nacosMetadataReport;

0 commit comments

Comments
 (0)