Commit f09ec7a0 authored by Xing Liu's avatar Xing Liu Committed by Commit Bot

Notification: Disable flaky test NotificationIntentInterceptorTest.

NotificationIntentInterceptorTest is based on UI automator to click on
Android UI outside Chrome UI, it relies on Android UI implementation,
that we probably can delete this test.

TBR=dtrainor@chromium.org, qinmin@chromium.org

Bug: 906843
Change-Id: I83f81f960ddbe8e9f6cb8d2a70820c811182a313
Reviewed-on: https://chromium-review.googlesource.com/c/1343375Reviewed-by: default avatarXing Liu <xingliu@chromium.org>
Commit-Queue: Xing Liu <xingliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#609527}
parent e41a9078
...@@ -25,6 +25,7 @@ import org.junit.runner.RunWith; ...@@ -25,6 +25,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.ContextUtils; import org.chromium.base.ContextUtils;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.chrome.R; import org.chromium.chrome.R;
import org.chromium.chrome.browser.ChromeSwitches; import org.chromium.chrome.browser.ChromeSwitches;
import org.chromium.chrome.browser.ChromeTabbedActivity; import org.chromium.chrome.browser.ChromeTabbedActivity;
...@@ -98,6 +99,7 @@ public class NotificationIntentInterceptorTest { ...@@ -98,6 +99,7 @@ public class NotificationIntentInterceptorTest {
*/ */
@Test @Test
@MediumTest @MediumTest
@DisabledTest(message = "Flaky on Kitkat, crbug.com/906843")
public void testContentIntentInterception() { public void testContentIntentInterception() {
// Send notification. // Send notification.
NotificationManager notificationManager = NotificationManager notificationManager =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment