Skip to content

Commit 5577c0d

Browse files
author
John Luo
authored
Quarantine flaky test (#34073)
1 parent db8af42 commit 5577c0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Hosting/Hosting/test/HostingApplicationTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using Microsoft.AspNetCore.Hosting.Server.Abstractions;
88
using Microsoft.AspNetCore.Http;
99
using Microsoft.AspNetCore.Http.Features;
10+
using Microsoft.AspNetCore.Testing;
1011
using Microsoft.Extensions.DependencyInjection;
1112
using Microsoft.Extensions.Logging.Abstractions;
1213
using Moq;
@@ -162,6 +163,7 @@ public void IHttpActivityFeatureIsAssignedToIfItExists()
162163
}
163164

164165
[Fact]
166+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/34072")]
165167
public void IHttpActivityFeatureIsNotPopulatedWithoutAListener()
166168
{
167169
var hostingApplication = CreateApplication();

0 commit comments

Comments
 (0)