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

Commit 5a9f4e58 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Frameworks: Disable two recoverablekeystore tests

Disable failing tests.

Bug: 73513670
Bug: 73609806
Test: atest PersistentKeyChainSnapshotTest
Test: m javac-check RUN_ERROR_PRONE=true
Change-Id: I86c37b6d9875c7380fb90aa1ab94b4fbb311ada7
parent bd666411
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ import android.security.keystore.recovery.KeyChainProtectionParams;
import android.support.test.filters.SmallTest;
import android.support.test.runner.AndroidJUnit4;

import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

@@ -175,6 +176,7 @@ public class PersistentKeyChainSnapshotTest {
                () -> reader.readProtectionParams());
    }

    @Ignore("Investigate why this is broken. b/73609806")
    @Test
    public void testKeyChainSnapshot() throws Exception {
        PersistentKeyChainSnapshot writer = new PersistentKeyChainSnapshot();
@@ -235,6 +237,7 @@ public class PersistentKeyChainSnapshotTest {
        verifyDeserialize(snapshot);
    }

    @Ignore("Investigate why this is broken. b/73609806")
    @Test
    public void testKeyChainSnapshot_withManyKeysAndProtectionParams() throws Exception {
        PersistentKeyChainSnapshot writer = new PersistentKeyChainSnapshot();