commit | d9cd2d7ec0bebf4f02a662d704fa93b377b68c61 | [log] [tgz] |
---|---|---|
author | Baranidharan Muthukumaran <bmuthuku@qti.qualcomm.com> | Thu Sep 06 21:18:06 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 06 21:18:06 2018 -0700 |
tree | 1b2e60c23eb291d762ebeee0728358f5b58ef467 | |
parent | 46492ed6506979f02f6150fa150ff4b5b1afeaa3 [diff] | |
parent | 65b9c173ea572c7755a1ab9b8dc01a34467e2d64 [diff] |
Skip NoUserConfirmation VTS test for Strongbox am: 709aa5f453 am: 65b9c173ea Change-Id: I521f620369717e9922fc55d826cf97d4c4ceaa4d
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 89bcca6..784ae30 100644 --- a/keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp +++ b/keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp
@@ -751,6 +751,7 @@ * presented. */ TEST_F(SigningOperationsTest, NoUserConfirmation) { + if (SecLevel() == SecurityLevel::STRONGBOX) return; ASSERT_EQ(ErrorCode::OK, GenerateKey(AuthorizationSetBuilder() .RsaSigningKey(1024, 65537) .Digest(Digest::NONE)