Skip to content

Commit 138d006

Browse files
Quarantine ActivityListenersAreCalled in release/6.0 (#40039)
* Quarantine ActivityListenersAreCalled * Add using
1 parent 35e5294 commit 138d006

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Hosting/Hosting/test/HostingApplicationDiagnosticsTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
using System.Threading.Tasks;
1010
using Microsoft.AspNetCore.Http;
1111
using Microsoft.AspNetCore.Http.Features;
12+
using Microsoft.AspNetCore.Testing;
1213
using Microsoft.Extensions.Logging;
1314
using Moq;
1415
using Xunit;
@@ -494,6 +495,7 @@ public void ActivityOnImportHookIsCalled()
494495
}
495496

496497
[Fact]
498+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/40038")]
497499
public void ActivityListenersAreCalled()
498500
{
499501
var hostingApplication = CreateApplication(out var features);

0 commit comments

Comments
 (0)