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

Commit 1a003ac4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Disable the test TooManyOperations in keymaster VTS" into android11-tests-dev

parents 27a1b238 fa32f577
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4564,7 +4564,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)