Skip to content

Commit a09041c

Browse files
Copilotjaviercn
andcommitted
Quarantine all five Redis end-to-end tests with issue #62435
Co-authored-by: javiercn <[email protected]>
1 parent a2d398d commit a09041c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/SignalR/server/StackExchangeRedis/test/RedisEndToEnd.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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())
@@ -118,6 +119,7 @@ public async Task CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUs
118119
[ConditionalTheory]
119120
[SkipIfDockerNotPresent]
120121
[MemberData(nameof(TransportTypesAndProtocolTypes))]
122+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/62435")]
121123
public async Task CanSendAndReceiveUserMessagesWhenOneConnectionWithUserDisconnects(HttpTransportType transportType, string protocolName)
122124
{
123125
// Regression test:
@@ -147,6 +149,7 @@ public async Task CanSendAndReceiveUserMessagesWhenOneConnectionWithUserDisconne
147149
[ConditionalTheory]
148150
[SkipIfDockerNotPresent]
149151
[MemberData(nameof(TransportTypesAndProtocolTypes))]
152+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/62435")]
150153
public async Task HubConnectionCanSendAndReceiveGroupMessagesGroupNameWithPatternIsTreatedAsLiteral(HttpTransportType transportType, string protocolName)
151154
{
152155
using (StartVerifiableLog())
@@ -216,6 +219,7 @@ public async Task CanSendAndReceiveUserMessagesUserNameWithPatternIsTreatedAsLit
216219
[SkipIfDockerNotPresent]
217220
[InlineData("messagepack")]
218221
[InlineData("json")]
222+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/62435")]
219223
public async Task StatefulReconnectPreservesMessageFromOtherServer(string protocolName)
220224
{
221225
using (StartVerifiableLog())

0 commit comments

Comments
 (0)