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 39e2988 commit e89f2f4Copy full SHA for e89f2f4
src/Servers/Kestrel/test/InMemory.FunctionalTests/ResponseTests.cs
@@ -2541,7 +2541,7 @@ await connection.Send(
2541
}
2542
2543
[Fact]
2544
- [Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2408", FlakyOn.AzP.All)]
+ [Flaky("https://github.com/aspnet/AspNetCore/issues/12401", FlakyOn.All)]
2545
public async Task AppAbortViaIConnectionLifetimeFeatureIsLogged()
2546
{
2547
var testContext = new TestServiceContext(LoggerFactory);
0 commit comments