Ignore low quality tests until the root cause is fixed
Bug: 218794887
Test: presubmit
Change-Id: Ibea66fda58e805fdd0d4d97710bd47300be023a4
diff --git a/tests/PhotoPicker/src/android/photopicker/cts/PhotoPickerTest.java b/tests/PhotoPicker/src/android/photopicker/cts/PhotoPickerTest.java
index 60723db..ccde83b 100644
--- a/tests/PhotoPicker/src/android/photopicker/cts/PhotoPickerTest.java
+++ b/tests/PhotoPicker/src/android/photopicker/cts/PhotoPickerTest.java
@@ -44,6 +44,7 @@
import androidx.test.uiautomator.UiSelector;
import org.junit.After;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -290,6 +291,7 @@
}
@Test
+ @Ignore("Re-enable once b/218794887 is fixed")
public void testMultiSelect_PreviewVideoPlayPause() throws Exception {
launchPreviewMultipleWithVideos(/* videoCount */ 4);
@@ -314,6 +316,7 @@
}
@Test
+ @Ignore("Re-enable once b/218794887 is fixed")
public void testMultiSelect_PreviewVideoMuteButton() throws Exception {
launchPreviewMultipleWithVideos(/* videoCount */ 4);
@@ -374,6 +377,7 @@
}
@Test
+ @Ignore("Re-enable once b/218794887 is fixed")
public void testMultiSelect_PreviewVideoControlsVisibility() throws Exception {
launchPreviewMultipleWithVideos(/* videoCount */ 3);