commit | 9bdc1bb686f52852d9cfaa34a9a09afc99e84b06 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Aug 26 02:12:48 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Aug 26 02:12:48 2020 +0000 |
tree | 8292ca204b700650c6ad9b54d67e503eefbab3f1 | |
parent | a6234067929bd2e37038d08772af6fa02e69f792 [diff] | |
parent | 1790d8c313a1d941b1e0f1877665187caedc4969 [diff] |
Merge "Disable the test TooManyOperations in keymaster VTS" am: 8a42374ffa am: bf31c055f5 am: 1790d8c313 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1370458 Change-Id: I22374b0d950a17f5c6f8aa4b04af382b65f51c0d
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)