Skip to content

Commit

Permalink
Re-quarantine IHttpActivityFeatureIsPopulated (dotnet#37830)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK authored Oct 26, 2021
1 parent e42a7ed commit 16f0df4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Hosting/Hosting/test/HostingApplicationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public void CreateContextCreatesNewContextIfNotUsingDefaultHttpContextFactory()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/35142")]
public void IHttpActivityFeatureIsPopulated()
{
var testSource = new ActivitySource(Path.GetRandomFileName());
Expand Down

0 comments on commit 16f0df4

Please sign in to comment.