@@ -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 ( ) )
@@ -117,6 +119,7 @@ public async Task CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUs
117
119
[ ConditionalTheory ]
118
120
[ SkipIfDockerNotPresent ]
119
121
[ MemberData ( nameof ( TransportTypesAndProtocolTypes ) ) ]
122
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/62435" ) ]
120
123
public async Task CanSendAndReceiveUserMessagesWhenOneConnectionWithUserDisconnects ( HttpTransportType transportType , string protocolName )
121
124
{
122
125
// Regression test:
@@ -146,6 +149,7 @@ public async Task CanSendAndReceiveUserMessagesWhenOneConnectionWithUserDisconne
146
149
[ ConditionalTheory ]
147
150
[ SkipIfDockerNotPresent ]
148
151
[ MemberData ( nameof ( TransportTypesAndProtocolTypes ) ) ]
152
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/62435" ) ]
149
153
public async Task HubConnectionCanSendAndReceiveGroupMessagesGroupNameWithPatternIsTreatedAsLiteral ( HttpTransportType transportType , string protocolName )
150
154
{
151
155
using ( StartVerifiableLog ( ) )
@@ -215,6 +219,7 @@ public async Task CanSendAndReceiveUserMessagesUserNameWithPatternIsTreatedAsLit
215
219
[ SkipIfDockerNotPresent ]
216
220
[ InlineData ( "messagepack" ) ]
217
221
[ InlineData ( "json" ) ]
222
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/62435" ) ]
218
223
public async Task StatefulReconnectPreservesMessageFromOtherServer ( string protocolName )
219
224
{
220
225
using ( StartVerifiableLog ( ) )
0 commit comments