From 8573104ad8334e1b56acbb4e337e66d57a8f17aa Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 21 Sep 2023 15:24:02 +0200 Subject: [PATCH] Reenable disabled tests. See #2489 --- .../redis/core/ReactiveRedisTemplateIntegrationTests.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/test/java/org/springframework/data/redis/core/ReactiveRedisTemplateIntegrationTests.java b/src/test/java/org/springframework/data/redis/core/ReactiveRedisTemplateIntegrationTests.java index f6d5bdcf1..14c1d64b9 100644 --- a/src/test/java/org/springframework/data/redis/core/ReactiveRedisTemplateIntegrationTests.java +++ b/src/test/java/org/springframework/data/redis/core/ReactiveRedisTemplateIntegrationTests.java @@ -31,8 +31,6 @@ import java.util.Map; import java.util.function.Function; import org.junit.jupiter.api.BeforeEach; -import org.junit.jupiter.api.Disabled; - import org.springframework.dao.InvalidDataAccessApiUsageException; import org.springframework.data.redis.ObjectFactory; import org.springframework.data.redis.Person; @@ -465,7 +463,6 @@ public class ReactiveRedisTemplateIntegrationTests { @ParameterizedRedisTest // DATAREDIS-612 @EnabledIfLongRunningTest - @Disabled("Caused often CancellationException: Disconnected") void listenToChannelShouldReceiveChannelMessagesCorrectly() throws InterruptedException { String channel = "my-channel"; @@ -488,7 +485,6 @@ public class ReactiveRedisTemplateIntegrationTests { @ParameterizedRedisTest // GH-1622 @EnabledIfLongRunningTest - @Disabled("Caused often CancellationException: Disconnected") void listenToLaterChannelShouldReceiveChannelMessagesCorrectly() { String channel = "my-channel"; @@ -511,7 +507,6 @@ public class ReactiveRedisTemplateIntegrationTests { } @ParameterizedRedisTest // DATAREDIS-612 - @Disabled("Caused often CancellationException: Disconnected") void listenToPatternShouldReceiveChannelMessagesCorrectly() { String channel = "my-channel"; @@ -536,7 +531,6 @@ public class ReactiveRedisTemplateIntegrationTests { } @ParameterizedRedisTest // GH-1622 - @Disabled("Caused often CancellationException: Disconnected") void listenToPatternLaterShouldReceiveChannelMessagesCorrectly() { String channel = "my-channel";