yumosx commented on code in PR #3046:
URL: https://github.com/apache/dubbo-go/pull/3046#discussion_r2508851666


##########
registry/etcdv3/service_discovery_test.go:
##########
@@ -51,6 +52,7 @@ func TestEtcdV3ServiceDiscoveryGetDefaultPageSize(t 
*testing.T) {
 }
 
 func TestFunction(t *testing.T) {
+       t.Skip("Skipping test: CI environment does not support etcd dependency")

Review Comment:
   好像是 底层库 gost 的一个 api 被去掉了, 导致这个问题
   ```go
   DialOptions: []grpc.DialOption{grpc.WithBlock()}
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to