Disable testMapsApp test due to a UI bug.
Test: Local
Change-Id: Ie10b304eba978902d008aa7dc6bf948268c7b7d1
diff --git a/system_image_uitests/app/src/androidTest/java/com/android/devtools/systemimage/uitest/smoke/MapsTest.java b/system_image_uitests/app/src/androidTest/java/com/android/devtools/systemimage/uitest/smoke/MapsTest.java
index b7daf59..433f16f 100644
--- a/system_image_uitests/app/src/androidTest/java/com/android/devtools/systemimage/uitest/smoke/MapsTest.java
+++ b/system_image_uitests/app/src/androidTest/java/com/android/devtools/systemimage/uitest/smoke/MapsTest.java
@@ -32,6 +32,7 @@
 import com.android.devtools.systemimage.uitest.utils.AppLauncher;
 
 import org.junit.Assert;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.runner.RunWith;
@@ -71,6 +72,7 @@
      *   2. Navigation overview is displayed.
      *   </pre>
      */
+    @Ignore("bug 36450156 - API 23, 23G does not have maps app")
     @Test
     @TestInfo(id = "145493594")
     public void testMapsApp() throws Exception {