Ignoring failing tests

Bug: 220067877
Change-Id: I8008340aa31d511335054a2530dd01e641a94990
Test: presubmit
This commit is contained in:
Michał Brzeziński
2022-02-17 12:59:29 +00:00
parent 5585ad36b0
commit a73f2a65e7

View File

@@ -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
@@ -2304,6 +2305,7 @@ public class ChooserActivityTest {
assertThat(logger.numCalls(), is(5));
}
@Ignore // b/220067877
@Test
public void testCopyTextToClipboardLogging() throws Exception {
Intent sendIntent = createSendTextIntent();