[ASP.NET Core] Disable Flaky test (#4947)
This commit is contained in:
parent
865bcb64a5
commit
b091af1899
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue