summaryrefslogtreecommitdiff
path: root/java/tests
diff options
context:
space:
mode:
author Matt Casey <mrcasey@google.com> 2023-06-03 01:47:53 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-06-03 01:47:53 +0000
commitfe745609cab8a852513df2b9008e0b666b2134b8 (patch)
treed584ee6a2517a5c94588d665b4f4a4c52caf4352 /java/tests
parent9cf1c136cfc726a68e710b2f72793ccd310104d4 (diff)
parentc86df12077c3948cf857d3e2087ca93bf2d256af (diff)
Merge "Hide text toggle check" into udc-dev
Diffstat (limited to 'java/tests')
-rw-r--r--java/tests/src/com/android/intentresolver/UnbundledChooserActivityTest.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/tests/src/com/android/intentresolver/UnbundledChooserActivityTest.java b/java/tests/src/com/android/intentresolver/UnbundledChooserActivityTest.java
index 99564ae3..3ddd4394 100644
--- a/java/tests/src/com/android/intentresolver/UnbundledChooserActivityTest.java
+++ b/java/tests/src/com/android/intentresolver/UnbundledChooserActivityTest.java
@@ -694,6 +694,7 @@ public class UnbundledChooserActivityTest {
}
@Test
+ @Ignore("b/285309527")
public void testFilePlusTextSharing_ExcludeText() {
Uri uri = createTestContentProviderUri(null, "image/png");
Intent sendIntent = createSendImageIntent(uri);
@@ -735,6 +736,7 @@ public class UnbundledChooserActivityTest {
}
@Test
+ @Ignore("b/285309527")
public void testFilePlusTextSharing_RemoveAndAddBackText() {
Uri uri = createTestContentProviderUri("application/pdf", "image/png");
Intent sendIntent = createSendImageIntent(uri);
@@ -782,6 +784,7 @@ public class UnbundledChooserActivityTest {
}
@Test
+ @Ignore("b/285309527")
public void testFilePlusTextSharing_TextExclusionDoesNotAffectAlternativeIntent() {
Uri uri = createTestContentProviderUri("image/png", null);
Intent sendIntent = createSendImageIntent(uri);
@@ -825,6 +828,7 @@ public class UnbundledChooserActivityTest {
}
@Test
+ @Ignore("b/285309527")
public void testImagePlusTextSharing_failedThumbnailAndExcludedText_textChanges() {
Uri uri = createTestContentProviderUri("image/png", null);
Intent sendIntent = createSendImageIntent(uri);