mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 13:49:45 +00:00
Merge "Disable the test TooManyOperations in keymaster VTS"
This commit is contained in:
@@ -4537,7 +4537,7 @@ using ClearOperationsTest = KeymasterHidlTest;
|
|||||||
* that aborting the operations clears the operations.
|
* that aborting the operations clears the operations.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
TEST_P(ClearOperationsTest, TooManyOperations) {
|
TEST_P(ClearOperationsTest, DISABLED_TooManyOperations) {
|
||||||
ASSERT_EQ(ErrorCode::OK, GenerateKey(AuthorizationSetBuilder()
|
ASSERT_EQ(ErrorCode::OK, GenerateKey(AuthorizationSetBuilder()
|
||||||
.Authorization(TAG_NO_AUTH_REQUIRED)
|
.Authorization(TAG_NO_AUTH_REQUIRED)
|
||||||
.RsaEncryptionKey(2048, 65537)
|
.RsaEncryptionKey(2048, 65537)
|
||||||
|
|||||||
Reference in New Issue
Block a user