Skip to content

Commit e27ef7b

Browse files
authored
Quarantine HubConnectionCanSendAndReceiveGroupMessages test (#62436)
* Quarantine all five Redis end-to-end tests with issue #62435
1 parent 61984fd commit e27ef7b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 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())
@@ -55,6 +56,7 @@ public async Task HubConnectionCanSendAndReceiveMessages(HttpTransportType trans
5556
[ConditionalTheory]
5657
[SkipIfDockerNotPresent]
5758
[MemberData(nameof(TransportTypesAndProtocolTypes))]
59+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/62435")]
5860
public async Task HubConnectionCanSendAndReceiveGroupMessages(HttpTransportType transportType, string protocolName)
5961
{
6062
using (StartVerifiableLog())
@@ -117,6 +119,7 @@ public async Task CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUs
117119
[ConditionalTheory]
118120
[SkipIfDockerNotPresent]
119121
[MemberData(nameof(TransportTypesAndProtocolTypes))]
122+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/62435")]
120123
public async Task CanSendAndReceiveUserMessagesWhenOneConnectionWithUserDisconnects(HttpTransportType transportType, string protocolName)
121124
{
122125
// Regression test:
@@ -146,6 +149,7 @@ public async Task CanSendAndReceiveUserMessagesWhenOneConnectionWithUserDisconne
146149
[ConditionalTheory]
147150
[SkipIfDockerNotPresent]
148151
[MemberData(nameof(TransportTypesAndProtocolTypes))]
152+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/62435")]
149153
public async Task HubConnectionCanSendAndReceiveGroupMessagesGroupNameWithPatternIsTreatedAsLiteral(HttpTransportType transportType, string protocolName)
150154
{
151155
using (StartVerifiableLog())
@@ -215,6 +219,7 @@ public async Task CanSendAndReceiveUserMessagesUserNameWithPatternIsTreatedAsLit
215219
[SkipIfDockerNotPresent]
216220
[InlineData("messagepack")]
217221
[InlineData("json")]
222+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/62435")]
218223
public async Task StatefulReconnectPreservesMessageFromOtherServer(string protocolName)
219224
{
220225
using (StartVerifiableLog())

0 commit comments

Comments
 (0)