Reenable disabled tests.

See #2489
This commit is contained in:
Mark Paluch
2023-09-21 15:24:02 +02:00
parent d4ba034b28
commit 8573104ad8

View File

@@ -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<K, V> {
@ParameterizedRedisTest // DATAREDIS-612
@EnabledIfLongRunningTest
@Disabled("Caused often CancellationException: Disconnected")
void listenToChannelShouldReceiveChannelMessagesCorrectly() throws InterruptedException {
String channel = "my-channel";
@@ -488,7 +485,6 @@ public class ReactiveRedisTemplateIntegrationTests<K, V> {
@ParameterizedRedisTest // GH-1622
@EnabledIfLongRunningTest
@Disabled("Caused often CancellationException: Disconnected")
void listenToLaterChannelShouldReceiveChannelMessagesCorrectly() {
String channel = "my-channel";
@@ -511,7 +507,6 @@ public class ReactiveRedisTemplateIntegrationTests<K, V> {
}
@ParameterizedRedisTest // DATAREDIS-612
@Disabled("Caused often CancellationException: Disconnected")
void listenToPatternShouldReceiveChannelMessagesCorrectly() {
String channel = "my-channel";
@@ -536,7 +531,6 @@ public class ReactiveRedisTemplateIntegrationTests<K, V> {
}
@ParameterizedRedisTest // GH-1622
@Disabled("Caused often CancellationException: Disconnected")
void listenToPatternLaterShouldReceiveChannelMessagesCorrectly() {
String channel = "my-channel";