@@ -35,6 +35,7 @@ public RedisEndToEndTests(RedisServerFixture<Startup> serverFixture)
35
35
[ ConditionalTheory ]
36
36
[ SkipIfDockerNotPresent ]
37
37
[ MemberData ( nameof ( TransportTypesAndProtocolTypes ) ) ]
38
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/62435" ) ]
38
39
public async Task HubConnectionCanSendAndReceiveMessages ( HttpTransportType transportType , string protocolName )
39
40
{
40
41
using ( StartVerifiableLog ( ) )
@@ -55,6 +56,7 @@ public async Task HubConnectionCanSendAndReceiveMessages(HttpTransportType trans
55
56
[ ConditionalTheory ]
56
57
[ SkipIfDockerNotPresent ]
57
58
[ MemberData ( nameof ( TransportTypesAndProtocolTypes ) ) ]
59
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/62435" ) ]
58
60
public async Task HubConnectionCanSendAndReceiveGroupMessages ( HttpTransportType transportType , string protocolName )
59
61
{
60
62
using ( StartVerifiableLog ( ) )
@@ -116,6 +118,7 @@ public async Task CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUs
116
118
[ ConditionalTheory ]
117
119
[ SkipIfDockerNotPresent ]
118
120
[ MemberData ( nameof ( TransportTypesAndProtocolTypes ) ) ]
121
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/62435" ) ]
119
122
public async Task CanSendAndReceiveUserMessagesWhenOneConnectionWithUserDisconnects ( HttpTransportType transportType , string protocolName )
120
123
{
121
124
// Regression test:
@@ -145,6 +148,7 @@ public async Task CanSendAndReceiveUserMessagesWhenOneConnectionWithUserDisconne
145
148
[ ConditionalTheory ]
146
149
[ SkipIfDockerNotPresent ]
147
150
[ MemberData ( nameof ( TransportTypesAndProtocolTypes ) ) ]
151
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/62435" ) ]
148
152
public async Task HubConnectionCanSendAndReceiveGroupMessagesGroupNameWithPatternIsTreatedAsLiteral ( HttpTransportType transportType , string protocolName )
149
153
{
150
154
using ( StartVerifiableLog ( ) )
@@ -213,6 +217,7 @@ public async Task CanSendAndReceiveUserMessagesUserNameWithPatternIsTreatedAsLit
213
217
[ SkipIfDockerNotPresent ]
214
218
[ InlineData ( "messagepack" ) ]
215
219
[ InlineData ( "json" ) ]
220
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/62435" ) ]
216
221
public async Task StatefulReconnectPreservesMessageFromOtherServer ( string protocolName )
217
222
{
218
223
using ( StartVerifiableLog ( ) )
0 commit comments