mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/disable_rsa_perf_test' into 'master'
rsa: ignore performance test in CI See merge request espressif/esp-idf!8026
This commit is contained in:
commit
6330b3345e
@ -306,7 +306,7 @@ static void print_rsa_details(mbedtls_rsa_context *rsa)
|
||||
}
|
||||
#endif
|
||||
|
||||
TEST_CASE("test performance RSA key operations", "[bignum]")
|
||||
TEST_CASE("test performance RSA key operations", "[bignum][ignore]")
|
||||
{
|
||||
for (int keysize = 2048; keysize <= 4096; keysize += 2048) {
|
||||
rsa_key_operations(keysize, true, false, false);
|
||||
|
Loading…
Reference in New Issue
Block a user