Skip to content

Commit

Permalink
Merge branch 'main' into vibankwa/add-otlp-excluded-attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
vishweshbankwar authored Oct 13, 2023
2 parents ff973ba + b091af1 commit cfb0cfa
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 cfb0cfa

Please sign in to comment.