commit | 7db2260076462b309700497f2525188004e5a8b6 | [log] [tgz] |
---|---|---|
author | Orion Hodson <oth@google.com> | Wed Jun 16 09:19:36 2021 +0100 |
committer | Orion Hodson <oth@google.com> | Wed Jun 16 10:01:00 2021 +0100 |
tree | b0b3d4730f94a0e3721b1ae3981b851f8ba6a2eb | |
parent | 11dc832cf86bdfcfe3f0152ac5a8bd089d7f3cc0 [diff] |
odrefresh: temporarily disable test Test is failing on zygote64. (cherry picked from commit 319333f6ea3408b8c99bd9c644f0f34b66fe31b8) Bug: 191113888 Test: atest odsign_e2e_tests Merged-In: Idf06d0a875d4d3daf3699015ceb92832647ad263 Change-Id: I29ab79e1e956003a3f8ffa8f4cbc23aee1092c2a
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 a8374d1..49c4fe0 100644 --- a/test/odsign/test-src/com/android/tests/odsign/OnDeviceSigningHostTest.java +++ b/test/odsign/test-src/com/android/tests/odsign/OnDeviceSigningHostTest.java
@@ -31,6 +31,7 @@ import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -206,7 +207,7 @@ assertTrue("No zygote processes found", zygoteCount > 0); } - @Test + @Test @Ignore("b/191113888 failing with secondary 64-bit zygote checks") public void verifyGeneratedArtifactsLoaded() throws Exception { // Checking zygote and system_server need the device have adb root to walk process maps. final boolean adbEnabled = getDevice().enableAdbRoot();