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();