Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62151994 authored by Janis Danisevskis's avatar Janis Danisevskis Committed by Gerrit Code Review
Browse files

Merge "Revert "Expand Gatekeeper test""

parents 33ee5946 bcebe4ea
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -310,8 +310,6 @@ TEST_P(GatekeeperHidlTest, UntrustedReenroll) {
  if (first != nullptr && second != nullptr) {
  if (first != nullptr && second != nullptr) {
    EXPECT_NE(first->user_id, second->user_id);
    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");
  ALOGI("Testing Untrusted Reenroll done");
}
}