We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e5294 commit 138d006Copy full SHA for 138d006
src/Hosting/Hosting/test/HostingApplicationDiagnosticsTests.cs
@@ -9,6 +9,7 @@
9
using System.Threading.Tasks;
10
using Microsoft.AspNetCore.Http;
11
using Microsoft.AspNetCore.Http.Features;
12
+using Microsoft.AspNetCore.Testing;
13
using Microsoft.Extensions.Logging;
14
using Moq;
15
using Xunit;
@@ -494,6 +495,7 @@ public void ActivityOnImportHookIsCalled()
494
495
}
496
497
[Fact]
498
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/40038")]
499
public void ActivityListenersAreCalled()
500
{
501
var hostingApplication = CreateApplication(out var features);
0 commit comments