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 {