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 aa2de2a682..ecc5fce328 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 @@ 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)