Disable system image sanity tests due to UI bug.

Test: local
Change-Id: I96437a632e51cdb4fa99f10ef5d4317cbd0b01d2
diff --git a/system_image_uitests/app/src/androidTest/java/com/android/devtools/systemimage/uitest/smoke/ApiDemosTest.java b/system_image_uitests/app/src/androidTest/java/com/android/devtools/systemimage/uitest/smoke/ApiDemosTest.java
index fea69af..95aadc7 100644
--- a/system_image_uitests/app/src/androidTest/java/com/android/devtools/systemimage/uitest/smoke/ApiDemosTest.java
+++ b/system_image_uitests/app/src/androidTest/java/com/android/devtools/systemimage/uitest/smoke/ApiDemosTest.java
@@ -33,6 +33,7 @@
 
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.runner.RunWith;
@@ -82,6 +83,7 @@
      *    </pre>
      *
      */
+    @Ignore("bug 36251611 - API 24G UI changed.")
     @Test
     @TestInfo(id = "T144630615")
     public void testPasswordQuality() throws Exception {
diff --git a/system_image_uitests/app/src/androidTest/java/com/android/devtools/systemimage/uitest/smoke/SettingsTest.java b/system_image_uitests/app/src/androidTest/java/com/android/devtools/systemimage/uitest/smoke/SettingsTest.java
index c5d9f3b..ac9adb7 100644
--- a/system_image_uitests/app/src/androidTest/java/com/android/devtools/systemimage/uitest/smoke/SettingsTest.java
+++ b/system_image_uitests/app/src/androidTest/java/com/android/devtools/systemimage/uitest/smoke/SettingsTest.java
@@ -621,6 +621,7 @@
      *   2. (Verify #4) that the sample device Admin policy is deactivated.
      *   </pre>
      */
+    @Ignore("bug 36251611 - API 24G UI changed.")
     @Test
     @TestInfo(id = "T144630613")
     public void activateDeactivatePolicy() throws Exception {
@@ -784,6 +785,7 @@
      *   2. (Verify #2) see a Pop Up Message “Camera has been disabled because of security policies.
      *   </pre>
      */
+    @Ignore("bug 36251611 - API 24G UI changed.")
     @Test
     @TestInfo(id = "C14578974")
     public void testCameraAppDisabled() throws Exception {