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).
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).