Commit e8f83dd3 authored by W. James MacLean's avatar W. James MacLean Committed by Commit Bot

Disable NotificationIntentInterceptorTest#testContentIntentInterception.

Disabling a flaky test.

TBR=xingliu@chromium.org

Bug: 910870
Change-Id: I3ad5666f526f9a9a6268f9a5c6e4e97e13649c5b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913561
Commit-Queue: James MacLean <wjmaclean@chromium.org>
Reviewed-by: default avatarJames MacLean <wjmaclean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714839}
parent ec48267b
......@@ -25,6 +25,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.ContextUtils;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.MinAndroidSdkLevel;
import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.chrome.R;
......@@ -98,6 +99,7 @@ public class NotificationIntentInterceptorTest {
* different.
*/
@Test
@DisabledTest(message = "https://crbug.com/910870")
@MediumTest
@RetryOnFailure
@MinAndroidSdkLevel(Build.VERSION_CODES.LOLLIPOP)
......
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