3131import java .util .function .Function ;
3232
3333import org .junit .jupiter .api .BeforeEach ;
34- import org .junit .jupiter .api .Disabled ;
35-
3634import org .springframework .dao .InvalidDataAccessApiUsageException ;
3735import org .springframework .data .redis .ObjectFactory ;
3836import 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