summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPallavi Angampally <pallavi@google.com>2017-03-29 17:28:13 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-29 17:28:14 +0000
commit820dd34f1fb45eb25f6956faa173592c79255491 (patch)
tree89ae6786def43eb0bd07e3b38db45f6e20e1df0f
parent2df671b38d8561f5f3bc774b44c03d3bdb6d3415 (diff)
parent1fa84c3c212ba5c8f535fa91f3c03aa520ff3e15 (diff)
downloadadt-infra-820dd34f1fb45eb25f6956faa173592c79255491.tar.gz
Merge "Disable testMapsApp test due to a UI bug. Test: Local Change-Id: Ie10b304eba978902d008aa7dc6bf948268c7b7d1"
-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 {