summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Victor Hsieh <victorhsieh@google.com> 2022-02-02 00:25:20 +0000
committer Treehugger Robot <treehugger-gerrit@google.com> 2022-02-04 15:28:57 +0000
commiteabe7f82780a7d4e1c8352240a643aaf0b06b39d (patch)
tree38e08db5364feada464c930b390919f4afaa3734
parent3b76ab46081304d6847b0d27e26aa4e0da24e673 (diff)
Enable more tests in CompOsSigningHostTest
We still have one test failing. Bug: 213573626 Test: atest com.android.tests.odsign.CompOsSigningHostTest Change-Id: Ie0373d0799974f553cf398da317f872dfb26441c
-rw-r--r--test/odsign/test-src/com/android/tests/odsign/CompOsSigningHostTest.java11
1 files changed, 1 insertions, 10 deletions
diff --git a/test/odsign/test-src/com/android/tests/odsign/CompOsSigningHostTest.java b/test/odsign/test-src/com/android/tests/odsign/CompOsSigningHostTest.java
index 8119a9e9aa..d73bdaf84c 100644
--- a/test/odsign/test-src/com/android/tests/odsign/CompOsSigningHostTest.java
+++ b/test/odsign/test-src/com/android/tests/odsign/CompOsSigningHostTest.java
@@ -129,18 +129,9 @@ public class CompOsSigningHostTest extends ActivationTest {
assertThat(actualChecksums).isNotEqualTo(originalChecksums);
}
- @Ignore("Implement timestamp check when possible. b/215589015")
- public void verifyFileTimestamps() {}
-
- @Ignore("Override base class. Due to b/211458160 and b/210998761.")
+ @Ignore("Override base class. Need to handle compilation log. b/208446270")
public void verifyGeneratedArtifactsLoaded() {}
- @Ignore("Override base class. Due to b/211458160 and b/210998761.")
- public void verifyGeneratedArtifactsLoadedAfterPartialCompilation() {}
-
- @Ignore("Override base class. Due to b/211458160 and b/210998761.")
- public void verifyGeneratedArtifactsLoadedAfterReboot() {}
-
private static String checksumDirectoryContentPartial(ITestDevice device, String path)
throws Exception {
// Sort by filename (second column) to make comparison easier.