We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e89a3 commit a2d398dCopy full SHA for a2d398d
src/SignalR/server/StackExchangeRedis/test/RedisEndToEnd.cs
@@ -52,10 +52,10 @@ public async Task HubConnectionCanSendAndReceiveMessages(HttpTransportType trans
52
}
53
54
55
- [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/62435")]
56
[ConditionalTheory]
57
[SkipIfDockerNotPresent]
58
[MemberData(nameof(TransportTypesAndProtocolTypes))]
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/62435")]
59
public async Task HubConnectionCanSendAndReceiveGroupMessages(HttpTransportType transportType, string protocolName)
60
{
61
using (StartVerifiableLog())
0 commit comments