Merge pull request #2871 from steverao/2.2.x

fix: disabled NacosWatch and avoid tests failed
pull/2876/head
Neptune 2 years ago committed by GitHub
commit 10177bc436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,6 +48,7 @@ import org.springframework.test.context.junit4.SpringRunner;
"localApp.ribbon.NIWSServerListClassName="
+ "com.netflix.loadbalancer.ConfigurationBasedServerList",
"localApp.ribbon.listOfServers=127.0.0.1:19090",
"spring.cloud.nacos.discovery.watch.enabled=false",
"localApp.ribbon.ServerListRefreshInterval=15000" })
public class NacosRibbonClientPropertyOverrideTests {

Loading…
Cancel
Save