Skip to content

Commit 2383d44

Browse files
authored
Quarantine RedisEndToEnd Tests (#33852)
* Quarantine RedisEndToEnd Tests `HubConnectionCanSendAndReceiveGroupMessages` & `CanSendAndReceiveUserMessagesWhenOneConnectionWithUserDisconnects` * Update RedisEndToEnd.cs
1 parent 0ae0540 commit 2383d44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public async Task HubConnectionCanSendAndReceiveMessages(HttpTransportType trans
6060
[ConditionalTheory]
6161
[SkipIfDockerNotPresent]
6262
[MemberData(nameof(TransportTypesAndProtocolTypes))]
63+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/33851")]
6364
public async Task HubConnectionCanSendAndReceiveGroupMessages(HttpTransportType transportType, string protocolName)
6465
{
6566
using (StartVerifiableLog())
@@ -121,6 +122,7 @@ public async Task CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUs
121122
[ConditionalTheory]
122123
[SkipIfDockerNotPresent]
123124
[MemberData(nameof(TransportTypesAndProtocolTypes))]
125+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/33851")]
124126
public async Task CanSendAndReceiveUserMessagesWhenOneConnectionWithUserDisconnects(HttpTransportType transportType, string protocolName)
125127
{
126128
// Regression test:

0 commit comments

Comments
 (0)