summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid <dyu@google.com>2017-03-16 00:45:41 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-03-16 00:45:41 +0000
commit95d45f904cd23e3093f61b98b86e33b756d53e42 (patch)
treeb2b93673fb66a0ffc0b9d777791bc3f73eecfa22
parent1e1883bfffa641b80ba6c71da3ac6ae7fc4b2501 (diff)
parent1716f3689fe0de5f42349643af45b393d2a534e7 (diff)
downloadadt-infra-95d45f904cd23e3093f61b98b86e33b756d53e42.tar.gz
Disable system image sanity tests due to UI bug. am: a8d5c875cf
am: 1716f3689f Change-Id: Ic7fb3a3a4ad51aac243324227c2f3d51379e8990
-rw-r--r--system_image_uitests/app/src/androidTest/java/com/android/devtools/systemimage/uitest/smoke/ApiDemosTest.java2
-rw-r--r--system_image_uitests/app/src/androidTest/java/com/android/devtools/systemimage/uitest/smoke/SettingsTest.java2
2 files changed, 4 insertions, 0 deletions
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 fea69afb..95aadc71 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 junit.framework.Assert;
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 @@ public class ApiDemosTest {
* </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 c5d9f3bf..ac9adb71 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 @@ public class SettingsTest {
* 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 @@ public class SettingsTest {
* 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 {