From 9582c8f19910d45fb2f386d2394a9f005b00f70f Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Thu, 27 Feb 2025 16:42:16 +0000 Subject: [PATCH] Unquarantine EventCountersAndMetricsValues and VerifyCountersFireWithCorrectValues --- src/Hosting/Hosting/test/HostingApplicationDiagnosticsTests.cs | 1 - src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Hosting/Hosting/test/HostingApplicationDiagnosticsTests.cs b/src/Hosting/Hosting/test/HostingApplicationDiagnosticsTests.cs index 08aa85210973..005dec786bbf 100644 --- a/src/Hosting/Hosting/test/HostingApplicationDiagnosticsTests.cs +++ b/src/Hosting/Hosting/test/HostingApplicationDiagnosticsTests.cs @@ -22,7 +22,6 @@ namespace Microsoft.AspNetCore.Hosting.Tests; public class HostingApplicationDiagnosticsTests : LoggedTest { [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57259")] public async Task EventCountersAndMetricsValues() { // Arrange diff --git a/src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs b/src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs index 441607fc75be..2fd4b40376da 100644 --- a/src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs +++ b/src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs @@ -176,7 +176,6 @@ public void UnhandledException() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57259")] public async Task VerifyCountersFireWithCorrectValues() { // Arrange