Skip to content

Commit 9b37940

Browse files
Unquarantine EventCountersAndMetricsValues and VerifyCountersFireWithCorrectValues (#60651)
1 parent e516ef0 commit 9b37940

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Hosting/Hosting/test/HostingApplicationDiagnosticsTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ namespace Microsoft.AspNetCore.Hosting.Tests;
2222
public class HostingApplicationDiagnosticsTests : LoggedTest
2323
{
2424
[Fact]
25-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57259")]
2625
public async Task EventCountersAndMetricsValues()
2726
{
2827
// Arrange

src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ public void UnhandledException()
176176
}
177177

178178
[Fact]
179-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57259")]
180179
public async Task VerifyCountersFireWithCorrectValues()
181180
{
182181
// Arrange

0 commit comments

Comments
 (0)