Skip to content

Commit a2d398d

Browse files
Copilotjaviercn
andcommitted
Fix QuarantinedTest attribute placement to follow standard pattern
Co-authored-by: javiercn <[email protected]>
1 parent c3e89a3 commit a2d398d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ public async Task HubConnectionCanSendAndReceiveMessages(HttpTransportType trans
5252
}
5353
}
5454

55-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/62435")]
5655
[ConditionalTheory]
5756
[SkipIfDockerNotPresent]
5857
[MemberData(nameof(TransportTypesAndProtocolTypes))]
58+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/62435")]
5959
public async Task HubConnectionCanSendAndReceiveGroupMessages(HttpTransportType transportType, string protocolName)
6060
{
6161
using (StartVerifiableLog())

0 commit comments

Comments
 (0)