Skip to content

Commit e89f2f4

Browse files
Mark flaky test as flaky (#16708)
1 parent 39e2988 commit e89f2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/Kestrel/test/InMemory.FunctionalTests/ResponseTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2541,7 +2541,7 @@ await connection.Send(
25412541
}
25422542

25432543
[Fact]
2544-
[Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2408", FlakyOn.AzP.All)]
2544+
[Flaky("https://github.com/aspnet/AspNetCore/issues/12401", FlakyOn.All)]
25452545
public async Task AppAbortViaIConnectionLifetimeFeatureIsLogged()
25462546
{
25472547
var testContext = new TestServiceContext(LoggerFactory);

0 commit comments

Comments
 (0)