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
This commit is contained in:
Dmitry Dementyev
2023-05-11 18:32:27 +00:00
parent bc83a3f1e2
commit 6c7db9cd5b

View File

@@ -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();