commit | 1790d8c313a1d941b1e0f1877665187caedc4969 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Aug 26 00:37:03 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Aug 26 00:37:03 2020 +0000 |
tree | add27b9cdaf9487fecc77f83585562007eafdb8d | |
parent | 7d804742dbc99c062c1068f1a1327a2d19ed54f6 [diff] | |
parent | bf31c055f500d7323a5c3f9a8ea291f5eb60393f [diff] |
Merge "Disable the test TooManyOperations in keymaster VTS" am: 8a42374ffa am: bf31c055f5 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1370458 Change-Id: I438ee9a69722fc6e190a0c5440194dbd29c839ea
diff --git a/keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp b/keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp index aa2de2a..ecc5fce 100644 --- a/keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp +++ b/keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp
@@ -4537,7 +4537,7 @@ * 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)