Skip to content

Commit

Permalink
[ASP.NET Core] Disable Flaky test (#4947)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishweshbankwar authored Oct 13, 2023
1 parent 865bcb6 commit b091af1
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 b091af1

Please sign in to comment.