Merge "Disable the test TooManyOperations in keymaster VTS"
This commit is contained in:
commit
8a42374ffa
1 changed files with 1 additions and 1 deletions
|
@ -4537,7 +4537,7 @@ using ClearOperationsTest = KeymasterHidlTest;
|
|||
* that aborting the operations clears the operations.
|
||||
*
|
||||
*/
|
||||
TEST_P(ClearOperationsTest, TooManyOperations) {
|
||||
TEST_P(ClearOperationsTest, DISABLED_TooManyOperations) {
|
||||
ASSERT_EQ(ErrorCode::OK, GenerateKey(AuthorizationSetBuilder()
|
||||
.Authorization(TAG_NO_AUTH_REQUIRED)
|
||||
.RsaEncryptionKey(2048, 65537)
|
||||
|
|
Loading…
Reference in a new issue