Skip to content

Commit

Permalink
Merge branch 'main' into reyang/fix-ilogger-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
reyang authored Oct 13, 2023
2 parents 93c1665 + b091af1 commit 6658fe9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6658fe9

Please sign in to comment.