Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 828adef6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Disable the test TooManyOperations in keymaster VTS" am: 8a42374f am: bf31c055 am: 1790d8c3 am: 9bdc1bb6 am: 911e5f11

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

Change-Id: I038b35d0227317271117fbe4b3b3b043367ed7eb
parents d354c2c1 911e5f11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)