Revert "Expand Gatekeeper test"

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1828635

Bug: 198991853
Bug: 187673037
Change-Id: I3eb3da36560f0b6aeb08331dec01c44c6d87466d
Merged-In: I7dbcebe0be03280bc72a34542da0c479ea600ee4
(cherry picked from commit 417c595019)
This commit is contained in:
Janis Danisevskis 2021-09-16 22:10:34 +00:00 committed by Robin Lee
parent f8a4e2ae3a
commit 8686354b3d

View file

@ -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");
}