Skip to content

Commit bb76b9b

Browse files
committed
Revert "Unquarantine #57259"
This reverts commit efbbf3b.
1 parent efbbf3b commit bb76b9b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Hosting/Hosting/test/HostingApplicationDiagnosticsTests.cs

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

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

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

178178
[Fact]
179+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57259")]
179180
public async Task VerifyCountersFireWithCorrectValues()
180181
{
181182
// Arrange

0 commit comments

Comments
 (0)