We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffdec02 commit 99b0aaeCopy full SHA for 99b0aae
src/SignalR/server/SignalR/test/HubConnectionHandlerTests.cs
@@ -2773,7 +2773,7 @@ public async Task ConnectionTimesOutIfInitialPingAndThenNoMessages()
2773
}
2774
2775
[Fact]
2776
- [Flaky("https://github.com/dotnet/aspnetcore-internal/issues/3651", FlakyOn.Helix.All)]
+ [Flaky("https://github.com/dotnet/aspnetcore-internal/issues/3651",FlakyOn.All)]
2777
public async Task ReceivingMessagesPreventsConnectionTimeoutFromOccuring()
2778
{
2779
using (StartVerifiableLog())
0 commit comments