summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPallavi Angampally <pallavi@google.com>2017-03-29 17:40:20 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-03-29 17:40:20 +0000
commitc40e25545a842eab0483792cf6b91329f0da9b1b (patch)
tree3158aea6ae63d780818a54848521945ba99dd5c5
parent4ce7e0855699ba2faced65ab61c6b4e53879951d (diff)
parent1d690f931bdfe406538d8ee082c1e8c17abf53b1 (diff)
downloadadt-infra-c40e25545a842eab0483792cf6b91329f0da9b1b.tar.gz
Merge "Disable testMapsApp test due to a UI bug. Test: Local Change-Id: Ie10b304eba978902d008aa7dc6bf948268c7b7d1" am: 820dd34f1f am: 7ab63c2204 am: 6d813b9c64
am: 1d690f931b Change-Id: I401c1c17156d931d9a05bb4858e26a74fba67f96
-rw-r--r--system_image_uitests/app/src/androidTest/java/com/android/devtools/systemimage/uitest/smoke/MapsTest.java2
1 files changed, 2 insertions, 0 deletions
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 b7daf595..433f16f7 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.framework.SystemImageTestFramewor
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 @@ public class MapsTest {
* 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 {