Skip to content

Commit

Permalink
Skip Flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwesh Bankwar committed Oct 13, 2023
1 parent 3c2bb7c commit 78e689c
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 78e689c

Please sign in to comment.