Loading services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/RecoverableKeyStoreManagerTest.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -858,6 +858,7 @@ public class RecoverableKeyStoreManagerTest { } } } } @Ignore("Causing breakages so ignoring to resolve, b/281583079") @Test @Test public void startRecoverySessionWithCertPath_throwsIfBadNumberOfSecrets() throws Exception { public void startRecoverySessionWithCertPath_throwsIfBadNumberOfSecrets() throws Exception { try { try { Loading @@ -875,6 +876,7 @@ public class RecoverableKeyStoreManagerTest { } } } } @Ignore("Causing breakages so ignoring to resolve, b/281583079") @Test @Test public void startRecoverySessionWithCertPath_throwsIfPublicKeysMismatch() throws Exception { public void startRecoverySessionWithCertPath_throwsIfPublicKeysMismatch() throws Exception { byte[] vaultParams = TEST_VAULT_PARAMS.clone(); byte[] vaultParams = TEST_VAULT_PARAMS.clone(); Loading Loading
services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/RecoverableKeyStoreManagerTest.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -858,6 +858,7 @@ public class RecoverableKeyStoreManagerTest { } } } } @Ignore("Causing breakages so ignoring to resolve, b/281583079") @Test @Test public void startRecoverySessionWithCertPath_throwsIfBadNumberOfSecrets() throws Exception { public void startRecoverySessionWithCertPath_throwsIfBadNumberOfSecrets() throws Exception { try { try { Loading @@ -875,6 +876,7 @@ public class RecoverableKeyStoreManagerTest { } } } } @Ignore("Causing breakages so ignoring to resolve, b/281583079") @Test @Test public void startRecoverySessionWithCertPath_throwsIfPublicKeysMismatch() throws Exception { public void startRecoverySessionWithCertPath_throwsIfPublicKeysMismatch() throws Exception { byte[] vaultParams = TEST_VAULT_PARAMS.clone(); byte[] vaultParams = TEST_VAULT_PARAMS.clone(); Loading