3131import java .util .function .Function ;
3232
3333import org .junit .jupiter .api .BeforeEach ;
34+ import org .junit .jupiter .api .Disabled ;
3435
3536import org .springframework .dao .InvalidDataAccessApiUsageException ;
3637import org .springframework .data .redis .ObjectFactory ;
@@ -464,6 +465,7 @@ void shouldApplyCustomSerializationContextToHash() {
464465
465466 @ ParameterizedRedisTest // DATAREDIS-612
466467 @ EnabledIfLongRunningTest
468+ @ Disabled ("Caused often CancellationException: Disconnected" )
467469 void listenToChannelShouldReceiveChannelMessagesCorrectly () throws InterruptedException {
468470
469471 String channel = "my-channel" ;
@@ -486,6 +488,7 @@ void listenToChannelShouldReceiveChannelMessagesCorrectly() throws InterruptedEx
486488
487489 @ ParameterizedRedisTest // GH-1622
488490 @ EnabledIfLongRunningTest
491+ @ Disabled ("Caused often CancellationException: Disconnected" )
489492 void listenToLaterChannelShouldReceiveChannelMessagesCorrectly () {
490493
491494 String channel = "my-channel" ;
@@ -508,7 +511,7 @@ void listenToLaterChannelShouldReceiveChannelMessagesCorrectly() {
508511 }
509512
510513 @ ParameterizedRedisTest // DATAREDIS-612
511- @ EnabledIfLongRunningTest
514+ @ Disabled ( "Caused often CancellationException: Disconnected" )
512515 void listenToPatternShouldReceiveChannelMessagesCorrectly () {
513516
514517 String channel = "my-channel" ;
@@ -533,7 +536,7 @@ void listenToPatternShouldReceiveChannelMessagesCorrectly() {
533536 }
534537
535538 @ ParameterizedRedisTest // GH-1622
536- @ EnabledIfLongRunningTest
539+ @ Disabled ( "Caused often CancellationException: Disconnected" )
537540 void listenToPatternLaterShouldReceiveChannelMessagesCorrectly () {
538541
539542 String channel = "my-channel" ;
0 commit comments