Skip to content

Commit

Permalink
Add comment for disabled Nacos test, fix this later (#4088)
Browse files Browse the repository at this point in the history
  • Loading branch information
moriadry authored and ralf0131 committed May 18, 2019
1 parent bfb6077 commit 13f3238
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
/**
* Unit test for nacos config center support
*/
@Disabled
//FIXME: waiting for embedded Nacos suport, then we can open the switch.
@Disabled("https://github.com/alibaba/nacos/issues/1188")
public class NacosDynamicConfigurationTest {

private static NacosDynamicConfiguration config;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
import static org.apache.dubbo.common.constants.CommonConstants.PROVIDER_SIDE;
import static org.apache.dubbo.common.constants.RegistryConstants.SESSION_TIMEOUT_KEY;

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

0 comments on commit 13f3238

Please sign in to comment.