Skip NoUserConfirmation VTS test for Strongbox
Since Confirmation UI is optional for Strongbox implementation, skipping the test. Bug: 112189538 Test: This is an update to the vts test Change-Id: Ie3485a1de92444b0c49670b198de30ea25e0673e Signed-off-by: Max Bires <jbires@google.com>
This commit is contained in:
parent
f6235f8a09
commit
709aa5f453
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue