odrefresh: temporarily disable test

Test is failing on zygote64.

Bug: 191113888
Test: atest odsign_e2e_tests
Change-Id: Idf06d0a875d4d3daf3699015ceb92832647ad263
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();