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

Commit e813a207 authored by Kenneth Ford's avatar Kenneth Ford Committed by Automerger Merge Worker
Browse files

Ignore tests in RecoverableKeyStoreManagerTest am: 4220de4d am: a4924eb8 am: 3a2171f6

parents ea69ad58 3a2171f6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ import com.google.common.collect.ImmutableMap;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
@@ -517,6 +518,7 @@ public class RecoverableKeyStoreManagerTest {
        }
    }

    @Ignore("Causing breakages so ignoring to resolve, b/231667368")
    @Test
    public void initRecoveryService_alwaysUpdatesCertsWhenTestRootCertIsUsed() throws Exception {
        int uid = Binder.getCallingUid();
@@ -540,6 +542,7 @@ public class RecoverableKeyStoreManagerTest {
                testRootCertAlias)).isEqualTo(TestData.getInsecureCertPathForEndpoint2());
    }

    @Ignore("Causing breakages so ignoring to resolve, b/231667368")
    @Test
    public void initRecoveryService_updatesCertsIndependentlyForDifferentRoots() throws Exception {
        int uid = Binder.getCallingUid();