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 2931673 commit 8c89172Copy full SHA for 8c89172
src/SignalR/server/SignalR/test/HubConnectionHandlerTests.cs
@@ -20,6 +20,7 @@
20
using Microsoft.AspNetCore.Http.Connections.Features;
21
using Microsoft.AspNetCore.SignalR.Internal;
22
using Microsoft.AspNetCore.SignalR.Protocol;
23
+using Microsoft.AspNetCore.Testing;
24
using Microsoft.Extensions.DependencyInjection;
25
using Microsoft.Extensions.Logging;
26
using Microsoft.Extensions.Logging.Testing;
@@ -2772,6 +2773,7 @@ public async Task ConnectionTimesOutIfInitialPingAndThenNoMessages()
2772
2773
}
2774
2775
[Fact]
2776
+ [Flaky("https://github.com/dotnet/aspnetcore-internal/issues/3651", FlakyOn.Helix.All)]
2777
public async Task ReceivingMessagesPreventsConnectionTimeoutFromOccuring()
2778
{
2779
using (StartVerifiableLog())
0 commit comments