From fa32f5778932adfcdee7e055031949ed70576f18 Mon Sep 17 00:00:00 2001 From: Gaurav Kashyap Date: Wed, 22 Jul 2020 11:14:44 -0700 Subject: [PATCH] Disable the test TooManyOperations in keymaster VTS The test fails on devices because an unknown client starts a keymaster BEGIN operation during bootup but does not finish it. This affects the keymaster hardware implementation's capability to support the maximum possible operations while running this test. Bug: 154801042 Change-Id: Ib6adc6c28ebe76ddfdc2c66cd17cf78c04e5b468 (cherry picked from commit 48f67e8438570eaaba8a4a5e99241ab9fd52293f) --- keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d6696673a2..f196928093 100644 --- a/keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp +++ b/keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp @@ -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)