Skip to content

Commit 3d66a59

Browse files
authored
Quarantine IHttpActivityFeatureIsAssignedToIfItExists (#38737)
#38736
1 parent f444e01 commit 3d66a59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Hosting/Hosting/test/HostingApplicationTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ private class TestHttpActivityFeature : IHttpActivityFeature
132132
}
133133

134134
[Fact]
135+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/38736")]
135136
public void IHttpActivityFeatureIsAssignedToIfItExists()
136137
{
137138
var testSource = new ActivitySource(Path.GetRandomFileName());

0 commit comments

Comments
 (0)