summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid <dyu@google.com>2017-03-15 15:11:35 -0700
committerDavid <dyu@google.com>2017-03-15 15:11:35 -0700
commita8d5c875cfe6eca25474362864951889f8d36807 (patch)
treeb2b93673fb66a0ffc0b9d777791bc3f73eecfa22
parentf5b0de0ea57702688e5160d248d7e855ffc91e71 (diff)
downloadadt-infra-a8d5c875cfe6eca25474362864951889f8d36807.tar.gz
Disable system image sanity tests due to UI bug.android-n-mr2-preview-2
Test: local Change-Id: I96437a632e51cdb4fa99f10ef5d4317cbd0b01d2
-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 {