Filter RSA 3072 tests
We want to transition to using GTEST_SKIP to skip unit tests instead of modifying the GTEST_FILTER variable. This does so for tests that require RSA 3072 support. Bug: 251240681 Change-Id: I048d31e25316d621771efb5d472f651bff40bf75
This commit is contained in:
@@ -149,7 +149,6 @@ std::string DeviceFeatures::RestrictFilter(const std::string& initial_filter) {
|
|||||||
std::string filter = initial_filter;
|
std::string filter = initial_filter;
|
||||||
// clang-format off
|
// clang-format off
|
||||||
if (!generic_crypto) FilterOut(&filter, "*GenericCrypto*");
|
if (!generic_crypto) FilterOut(&filter, "*GenericCrypto*");
|
||||||
if (!supports_rsa_3072) FilterOut(&filter, "*RSAKey3072*");
|
|
||||||
if (api_version < 17) FilterOut(&filter, "*API17*");
|
if (api_version < 17) FilterOut(&filter, "*API17*");
|
||||||
if (api_version < 18) FilterOut(&filter, "*API18*");
|
if (api_version < 18) FilterOut(&filter, "*API18*");
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|||||||
Reference in New Issue
Block a user