Loading core/tests/coretests/src/com/android/internal/app/ChooserActivityTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -2020,6 +2020,7 @@ public class ChooserActivityTest { .check(matches(isDisplayed())); } @Ignore // b/220067877 @Test public void testWorkTab_xProfileOff_noAppsAvailable_workOff_xProfileOffEmptyStateShown() { // enable the work tab feature flag Loading Loading @@ -2304,6 +2305,7 @@ public class ChooserActivityTest { assertThat(logger.numCalls(), is(5)); } @Ignore // b/220067877 @Test public void testCopyTextToClipboardLogging() throws Exception { Intent sendIntent = createSendTextIntent(); Loading Loading
core/tests/coretests/src/com/android/internal/app/ChooserActivityTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -2020,6 +2020,7 @@ public class ChooserActivityTest { .check(matches(isDisplayed())); } @Ignore // b/220067877 @Test public void testWorkTab_xProfileOff_noAppsAvailable_workOff_xProfileOffEmptyStateShown() { // enable the work tab feature flag Loading Loading @@ -2304,6 +2305,7 @@ public class ChooserActivityTest { assertThat(logger.numCalls(), is(5)); } @Ignore // b/220067877 @Test public void testCopyTextToClipboardLogging() throws Exception { Intent sendIntent = createSendTextIntent(); Loading