mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Skip NoUserConfirmation VTS test for Strongbox
am: 709aa5f453
Change-Id: I6dff83b19396fcf599cb8f3be235124d0073beaf
This commit is contained in:
committed by
android-build-merger
commit
65b9c173ea
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user