diff options
| author | 2023-06-01 14:11:59 +0000 | |
|---|---|---|
| committer | 2023-06-01 14:11:59 +0000 | |
| commit | c86df12077c3948cf857d3e2087ca93bf2d256af (patch) | |
| tree | 890f30666dd2d0f936eb9594bc2054ea2a592a74 /java/tests | |
| parent | c58258e459c74de5223787990c3458735ce3861a (diff) | |
Hide text toggle check
We may use it in the future, but hiding it for UDC based upon product/UX
feedback.
Bug: 283245199
Bug: 285309527
Test: atest IntentResolverUnitTests
Change-Id: Ife0911200191adc05ddeb0f5c62b7f3ca58fa961
Diffstat (limited to 'java/tests')
| -rw-r--r-- | java/tests/src/com/android/intentresolver/UnbundledChooserActivityTest.java | 4 |
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); |