Skip NoUserConfirmation VTS test for Strongbox am: 709aa5f453

am: 65b9c173ea

Change-Id: I521f620369717e9922fc55d826cf97d4c4ceaa4d
This commit is contained in:
Baranidharan Muthukumaran
2018-09-06 21:18:06 -07:00
committed by android-build-merger

View File

@@ -751,6 +751,7 @@ TEST_F(SigningOperationsTest, RsaPaddingNoneDoesNotAllowOther) {
* presented.
*/
TEST_F(SigningOperationsTest, NoUserConfirmation) {
if (SecLevel() == SecurityLevel::STRONGBOX) return;
ASSERT_EQ(ErrorCode::OK, GenerateKey(AuthorizationSetBuilder()
.RsaSigningKey(1024, 65537)
.Digest(Digest::NONE)