commit | 112e97ad0e18f1372290185d57e9a2a80a16ac60 | [log] [tgz] |
---|---|---|
author | Orion Hodson <oth@google.com> | Wed Jun 23 15:08:52 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jun 23 15:08:52 2021 +0000 |
tree | d67168ccd4132f327bbd0f164f4b42c8e4c7a156 | |
parent | 7b6b31a6bf8a5d144982dd85139db369697a126e [diff] | |
parent | 6c30777a278d24e1a4c3226405416a85e6523d3f [diff] |
odrefresh: temporarily disable system_server artifact test am: 6c30777a27 Original change: https://android-review.googlesource.com/c/platform/art/+/1744413 Change-Id: I6871da45b7112c75606e9f7de10366d9ba627212
diff --git a/test/odsign/test-src/com/android/tests/odsign/OnDeviceSigningHostTest.java b/test/odsign/test-src/com/android/tests/odsign/OnDeviceSigningHostTest.java index e44bc80..d680477 100644 --- a/test/odsign/test-src/com/android/tests/odsign/OnDeviceSigningHostTest.java +++ b/test/odsign/test-src/com/android/tests/odsign/OnDeviceSigningHostTest.java
@@ -225,7 +225,11 @@ // having a separate test because the device reboots between each @Test method and // that is an expensive use of time. verifyZygotesLoadedArtifacts(); - verifySystemServerLoadedArtifacts(); + + // Temporarily disable system_server artifacts test (b/180949581). + if (false) { + verifySystemServerLoadedArtifacts(); + } } private boolean haveCompilationLog() throws Exception {