This is an automated email from the ASF dual-hosted git repository.
albumenj 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 ca91985f2 Ignore nacos 2.3.0 for instance test
ca91985f2 is described below
commit ca91985f2dde8a29aef82054dfc276d0cd4738c2
Author: Albumen Kevin <[email protected]>
AuthorDate: Tue Dec 12 10:38:38 2023 +0800
Ignore nacos 2.3.0 for instance test
Ref https://github.com/alibaba/nacos/issues/11493
---
.../dubbo-samples-registry-test-nacos-instance/case-versions.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/99-integration/dubbo-samples-registry-test-nacos-instance/case-versions.conf
b/99-integration/dubbo-samples-registry-test-nacos-instance/case-versions.conf
index 8eb77acd7..15e32767e 100644
---
a/99-integration/dubbo-samples-registry-test-nacos-instance/case-versions.conf
+++
b/99-integration/dubbo-samples-registry-test-nacos-instance/case-versions.conf
@@ -22,4 +22,4 @@
dubbo.version=[ >= 3.2.0 ]
spring.version=4.*, 5.*
java.version= [ >= 8 ]
-nacos.version="!*-BETA","!*-ALPHA*",2.*
+nacos.version="!*-BETA","!*-ALPHA*","!2.3.0",2.*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]