azure-sdk-for-cpp
azure-sdk-for-cpp copied to clipboard
Change the discovery mode for gtest test discovery to PRE_TEST.
Investigating https://github.com/Azure/azure-sdk-for-cpp/issues/5342
Reference: https://cmake.org/cmake/help/latest/module/GoogleTest.html#command:gtest_discover_tests
/azp run cpp - core
Azure Pipelines successfully started running 1 pipeline(s).
This seems to have fixed the issue, at least for AMQP: https://github.com/Azure/azure-sdk-for-cpp/pull/5644
Will revisit this PR if we see intermittent gtest related failures show up again.