Merge branch '2.4.x' into 2.5.x

Closes gh-27428
pull/28375/head
Andy Wilkinson 3 years ago
commit 4a533e14c3

@ -95,8 +95,6 @@ class RedisReactiveHealthIndicatorTests {
@Test
void healthWhenClusterStateIsFailShouldBeDown() {
Properties clusterProperties = new Properties();
clusterProperties.setProperty("cluster_state", "fail");
ReactiveRedisConnectionFactory redisConnectionFactory = createClusterConnectionFactory("fail");
RedisReactiveHealthIndicator healthIndicator = new RedisReactiveHealthIndicator(redisConnectionFactory);
Mono<Health> health = healthIndicator.health();

Loading…
Cancel
Save