You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our CI pipelines in the C++ repo seem to be in a bad shape currently - transportAdapter.CheckFailedCrlValidation fails consistently and blocks all PRs.
[ RUN ] TransportAdapterOptions.CheckFailedCrlValidation
sdk/core/azure-core/test/ut/transport_policy_options.cpp:523: Failure
Expected: pipeline.Send(request, Azure::Core::Context{}) throws an exception of type Azure::Core::Http::TransportException.
Actual: it throws nothing.
When fixed, revert the PR #6554 (and also without re-enabling it, how otherwise would you know the issue's been fixed).
The text was updated successfully, but these errors were encountered:
Our CI pipelines in the C++ repo seem to be in a bad shape currently - transportAdapter.CheckFailedCrlValidation fails consistently and blocks all PRs.
When fixed, revert the PR #6554 (and also without re-enabling it, how otherwise would you know the issue's been fixed).
The text was updated successfully, but these errors were encountered: