@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user