File tree 1 file changed +2
-0
lines changed
src/SignalR/server/StackExchangeRedis/test 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ public async Task HubConnectionCanSendAndReceiveMessages(HttpTransportType trans
60
60
[ ConditionalTheory ]
61
61
[ SkipIfDockerNotPresent ]
62
62
[ MemberData ( nameof ( TransportTypesAndProtocolTypes ) ) ]
63
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/33851" ) ]
63
64
public async Task HubConnectionCanSendAndReceiveGroupMessages ( HttpTransportType transportType , string protocolName )
64
65
{
65
66
using ( StartVerifiableLog ( ) )
@@ -121,6 +122,7 @@ public async Task CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUs
121
122
[ ConditionalTheory ]
122
123
[ SkipIfDockerNotPresent ]
123
124
[ MemberData ( nameof ( TransportTypesAndProtocolTypes ) ) ]
125
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/33851" ) ]
124
126
public async Task CanSendAndReceiveUserMessagesWhenOneConnectionWithUserDisconnects ( HttpTransportType transportType , string protocolName )
125
127
{
126
128
// Regression test:
You can’t perform that action at this time.
0 commit comments