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

Commit 96a4e04f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Ignore failing RecoverableKeyStoreManager tests part 2." am: 843e9d60

parents 27ea157d 843e9d60
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -858,6 +858,7 @@ public class RecoverableKeyStoreManagerTest {
        }
    }

    @Ignore("Causing breakages so ignoring to resolve, b/281583079")
    @Test
    public void startRecoverySessionWithCertPath_throwsIfBadNumberOfSecrets() throws Exception {
        try {
@@ -875,6 +876,7 @@ public class RecoverableKeyStoreManagerTest {
        }
    }

    @Ignore("Causing breakages so ignoring to resolve, b/281583079")
    @Test
    public void startRecoverySessionWithCertPath_throwsIfPublicKeysMismatch() throws Exception {
        byte[] vaultParams = TEST_VAULT_PARAMS.clone();