@@ -35,6 +35,7 @@ public RedisEndToEndTests(RedisServerFixture<Startup> serverFixture)
3535 [ ConditionalTheory ]
3636 [ SkipIfDockerNotPresent ]
3737 [ MemberData ( nameof ( TransportTypesAndProtocolTypes ) ) ]
38+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/62435" ) ]
3839 public async Task HubConnectionCanSendAndReceiveMessages ( HttpTransportType transportType , string protocolName )
3940 {
4041 using ( StartVerifiableLog ( ) )
@@ -55,6 +56,7 @@ public async Task HubConnectionCanSendAndReceiveMessages(HttpTransportType trans
5556 [ ConditionalTheory ]
5657 [ SkipIfDockerNotPresent ]
5758 [ MemberData ( nameof ( TransportTypesAndProtocolTypes ) ) ]
59+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/62435" ) ]
5860 public async Task HubConnectionCanSendAndReceiveGroupMessages ( HttpTransportType transportType , string protocolName )
5961 {
6062 using ( StartVerifiableLog ( ) )
@@ -116,6 +118,7 @@ public async Task CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUs
116118 [ ConditionalTheory ]
117119 [ SkipIfDockerNotPresent ]
118120 [ MemberData ( nameof ( TransportTypesAndProtocolTypes ) ) ]
121+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/62435" ) ]
119122 public async Task CanSendAndReceiveUserMessagesWhenOneConnectionWithUserDisconnects ( HttpTransportType transportType , string protocolName )
120123 {
121124 // Regression test:
@@ -145,6 +148,7 @@ public async Task CanSendAndReceiveUserMessagesWhenOneConnectionWithUserDisconne
145148 [ ConditionalTheory ]
146149 [ SkipIfDockerNotPresent ]
147150 [ MemberData ( nameof ( TransportTypesAndProtocolTypes ) ) ]
151+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/62435" ) ]
148152 public async Task HubConnectionCanSendAndReceiveGroupMessagesGroupNameWithPatternIsTreatedAsLiteral ( HttpTransportType transportType , string protocolName )
149153 {
150154 using ( StartVerifiableLog ( ) )
@@ -213,6 +217,7 @@ public async Task CanSendAndReceiveUserMessagesUserNameWithPatternIsTreatedAsLit
213217 [ SkipIfDockerNotPresent ]
214218 [ InlineData ( "messagepack" ) ]
215219 [ InlineData ( "json" ) ]
220+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/62435" ) ]
216221 public async Task StatefulReconnectPreservesMessageFromOtherServer ( string protocolName )
217222 {
218223 using ( StartVerifiableLog ( ) )
0 commit comments