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
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user