Skip NoUserConfirmation VTS test for Strongbox

am: 709aa5f453

Change-Id: I6dff83b19396fcf599cb8f3be235124d0073beaf
This commit is contained in:
Baranidharan Muthukumaran
2018-09-06 21:14:02 -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)