From a73f2a65e779e32f70579cca600f1d1ce42323ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Brzezi=C5=84ski?= Date: Thu, 17 Feb 2022 12:59:29 +0000 Subject: [PATCH] Ignoring failing tests Bug: 220067877 Change-Id: I8008340aa31d511335054a2530dd01e641a94990 Test: presubmit --- .../src/com/android/internal/app/ChooserActivityTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/tests/coretests/src/com/android/internal/app/ChooserActivityTest.java b/core/tests/coretests/src/com/android/internal/app/ChooserActivityTest.java index cd42a34c75572..23ec3ead959fc 100644 --- a/core/tests/coretests/src/com/android/internal/app/ChooserActivityTest.java +++ b/core/tests/coretests/src/com/android/internal/app/ChooserActivityTest.java @@ -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();