Skip to content

Commit 8573104

Browse files
committed
Reenable disabled tests.
See #2489
1 parent d4ba034 commit 8573104

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/test/java/org/springframework/data/redis/core/ReactiveRedisTemplateIntegrationTests.java

-6
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
import java.util.function.Function;
3232

3333
import org.junit.jupiter.api.BeforeEach;
34-
import org.junit.jupiter.api.Disabled;
35-
3634
import org.springframework.dao.InvalidDataAccessApiUsageException;
3735
import org.springframework.data.redis.ObjectFactory;
3836
import org.springframework.data.redis.Person;
@@ -465,7 +463,6 @@ void shouldApplyCustomSerializationContextToHash() {
465463

466464
@ParameterizedRedisTest // DATAREDIS-612
467465
@EnabledIfLongRunningTest
468-
@Disabled("Caused often CancellationException: Disconnected")
469466
void listenToChannelShouldReceiveChannelMessagesCorrectly() throws InterruptedException {
470467

471468
String channel = "my-channel";
@@ -488,7 +485,6 @@ void listenToChannelShouldReceiveChannelMessagesCorrectly() throws InterruptedEx
488485

489486
@ParameterizedRedisTest // GH-1622
490487
@EnabledIfLongRunningTest
491-
@Disabled("Caused often CancellationException: Disconnected")
492488
void listenToLaterChannelShouldReceiveChannelMessagesCorrectly() {
493489

494490
String channel = "my-channel";
@@ -511,7 +507,6 @@ void listenToLaterChannelShouldReceiveChannelMessagesCorrectly() {
511507
}
512508

513509
@ParameterizedRedisTest // DATAREDIS-612
514-
@Disabled("Caused often CancellationException: Disconnected")
515510
void listenToPatternShouldReceiveChannelMessagesCorrectly() {
516511

517512
String channel = "my-channel";
@@ -536,7 +531,6 @@ void listenToPatternShouldReceiveChannelMessagesCorrectly() {
536531
}
537532

538533
@ParameterizedRedisTest // GH-1622
539-
@Disabled("Caused often CancellationException: Disconnected")
540534
void listenToPatternLaterShouldReceiveChannelMessagesCorrectly() {
541535

542536
String channel = "my-channel";

0 commit comments

Comments
 (0)