mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Revert "Expand Gatekeeper test"
This reverts commit 103fb4f263.
Reason for revert: The tested behavior is not specified by the
IGatekeeperDevice specification and cannot be required from
implementations.
Bug: 198991853
Bug: 187673037
Change-Id: I7dbcebe0be03280bc72a34542da0c479ea600ee4
This commit is contained in:
@@ -306,8 +306,6 @@ TEST_P(GatekeeperHidlTest, UntrustedReenroll) {
|
||||
if (first != nullptr && second != nullptr) {
|
||||
EXPECT_NE(first->user_id, second->user_id);
|
||||
}
|
||||
// the old enrollment should be invalid now
|
||||
verifyPassword(password, enrollRsp.data, 0, verifyRsp, false);
|
||||
ALOGI("Testing Untrusted Reenroll done");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user