Skip to content

Commit

Permalink
Quarantine Hosting VerifyCountersFireWithCorrectValues and EventCount…
Browse files Browse the repository at this point in the history
…ersAndMetricsValues tests (#57260)

Co-authored-by: James Newton-King <[email protected]>
  • Loading branch information
halter73 and JamesNK authored Aug 12, 2024
1 parent a081d5d commit e964765
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ namespace Microsoft.AspNetCore.Hosting.Tests;
public class HostingApplicationDiagnosticsTests
{
[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57259")]
public async Task EventCountersAndMetricsValues()
{
// Arrange
Expand Down
2 changes: 2 additions & 0 deletions src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using System.Globalization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Internal;
using Microsoft.AspNetCore.InternalTesting;

namespace Microsoft.AspNetCore.Hosting;

Expand Down Expand Up @@ -174,6 +175,7 @@ public void UnhandledException()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57259")]
public async Task VerifyCountersFireWithCorrectValues()
{
// Arrange
Expand Down

0 comments on commit e964765

Please sign in to comment.