Merge "Disable the test TooManyOperations in keymaster VTS" am: 8a42374ffa

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1370458

Change-Id: Icab2fb38b336f693abcc74dae6ff616ad84cb2ea
This commit is contained in:
Treehugger Robot 2020-08-19 19:21:31 +00:00 committed by Automerger Merge Worker
commit bf31c055f5

View file

@ -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)