From 78e689c6e605412dc38382356b5c77d7336c236f Mon Sep 17 00:00:00 2001 From: Vishwesh Bankwar Date: Fri, 13 Oct 2023 09:12:03 -0700 Subject: [PATCH] Skip Flaky test --- .../BasicTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/OpenTelemetry.Instrumentation.AspNetCore.Tests/BasicTests.cs b/test/OpenTelemetry.Instrumentation.AspNetCore.Tests/BasicTests.cs index 184422e953..87a70d3bfb 100644 --- a/test/OpenTelemetry.Instrumentation.AspNetCore.Tests/BasicTests.cs +++ b/test/OpenTelemetry.Instrumentation.AspNetCore.Tests/BasicTests.cs @@ -912,7 +912,7 @@ void ConfigureTestServices(IServiceCollection services) Assert.Equal(4, numberofSubscribedEvents); } - [Fact] + [Fact(Skip = "https://github.com/open-telemetry/opentelemetry-dotnet/issues/4884")] public async Task DiagnosticSourceExceptionCallBackIsNotReceivedForExceptionsHandledInMiddleware() { int numberOfUnSubscribedEvents = 0;