Commit 867b4e57 authored by Guido Urdaneta's avatar Guido Urdaneta Committed by Commit Bot

Disable flaky NotificationIntentInterceptorTest#testContentIntentInterception

Bug: 910870
Change-Id: Ic79310338050d10199e49104d188219cbe46d498
TBR: xingliu@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/1358495Reviewed-by: default avatarGuido Urdaneta <guidou@chromium.org>
Commit-Queue: Guido Urdaneta <guidou@chromium.org>
Cr-Commit-Position: refs/heads/master@{#613077}
parent 81f9e4d6
...@@ -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.base.test.util.RetryOnFailure; import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.chrome.R; import org.chromium.chrome.R;
import org.chromium.chrome.browser.ChromeSwitches; import org.chromium.chrome.browser.ChromeSwitches;
...@@ -99,6 +100,7 @@ public class NotificationIntentInterceptorTest { ...@@ -99,6 +100,7 @@ public class NotificationIntentInterceptorTest {
@Test @Test
@MediumTest @MediumTest
@RetryOnFailure @RetryOnFailure
@DisabledTest
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