[ASP.NET Core] Disable Flaky test (#4947)

This commit is contained in:
Vishwesh Bankwar 2023-10-13 09:36:29 -07:00 committed by GitHub
parent 865bcb64a5
commit b091af1899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -912,7 +912,7 @@ public sealed class BasicTests
Assert.Equal(4, numberofSubscribedEvents);
}
[Fact]
[Fact(Skip = "https://github.com/open-telemetry/opentelemetry-dotnet/issues/4884")]
public async Task DiagnosticSourceExceptionCallBackIsNotReceivedForExceptionsHandledInMiddleware()
{
int numberOfUnSubscribedEvents = 0;