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

Commit 6c7db9cd authored by Dmitry Dementyev's avatar Dmitry Dementyev
Browse files

Ignore failing RecoverableKeyStoreManager tests part 2.

Failure started after certifcicate expiration.

Bug: 281583079
Change-Id: Ibec4be37d2431408e95cba9ed0853642f592a303
Test: atest com.android.server.locksettings.recoverablekeystore
Merged-In: I9f07182ec92f023ee74d90e861452b6906e6a1b1
parent bc83a3f1
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -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 {
@@ -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();