summaryrefslogtreecommitdiff
path: root/gatekeeper
diff options
context:
space:
mode:
authorJanis Danisevskis <jdanis@google.com>2021-09-16 19:41:44 +0000
committerJanis Danisevskis <jdanis@google.com>2021-09-16 19:46:30 +0000
commitbcebe4ead08f2595d975732a862c09706c32fa68 (patch)
tree186014409c675d58e243e3b839570fcb74baa0fb /gatekeeper
parent103fb4f263620d375b995ea9dfcfafa6cd78ce85 (diff)
Revert "Expand Gatekeeper test"
This reverts commit 103fb4f263620d375b995ea9dfcfafa6cd78ce85. 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
Diffstat (limited to 'gatekeeper')
-rw-r--r--gatekeeper/1.0/vts/functional/VtsHalGatekeeperV1_0TargetTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gatekeeper/1.0/vts/functional/VtsHalGatekeeperV1_0TargetTest.cpp b/gatekeeper/1.0/vts/functional/VtsHalGatekeeperV1_0TargetTest.cpp
index 7d32ced588..e74cca9ced 100644
--- a/gatekeeper/1.0/vts/functional/VtsHalGatekeeperV1_0TargetTest.cpp
+++ b/gatekeeper/1.0/vts/functional/VtsHalGatekeeperV1_0TargetTest.cpp
@@ -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");
}