Skip to content

Commit e964765

Browse files
halter73JamesNK
andauthored
Quarantine Hosting VerifyCountersFireWithCorrectValues and EventCountersAndMetricsValues tests (#57260)
Co-authored-by: James Newton-King <[email protected]>
1 parent a081d5d commit e964765

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Hosting/Hosting/test/HostingApplicationDiagnosticsTests.cs

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ namespace Microsoft.AspNetCore.Hosting.Tests;
2222
public class HostingApplicationDiagnosticsTests
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

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using System.Globalization;
66
using Microsoft.AspNetCore.Http;
77
using Microsoft.AspNetCore.Internal;
8+
using Microsoft.AspNetCore.InternalTesting;
89

910
namespace Microsoft.AspNetCore.Hosting;
1011

@@ -174,6 +175,7 @@ public void UnhandledException()
174175
}
175176

176177
[Fact]
178+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57259")]
177179
public async Task VerifyCountersFireWithCorrectValues()
178180
{
179181
// Arrange

0 commit comments

Comments
 (0)