Commit f0e14409 authored by timvolodine's avatar timvolodine Committed by Commit bot

[Android] Mark testNotificationDeleteIntentClosesNotification instrumentation test as flaky.

The test appears to be flaky on
https://uberchromegw.corp.google.com/i/clank/builders/instrumentation-hammerhead-clankium-hera

BUG=471211
TBR=peter@chromium.org

Review URL: https://codereview.chromium.org/1036353003

Cr-Commit-Position: refs/heads/master@{#322598}
parent e7da8d59
...@@ -7,6 +7,7 @@ package org.chromium.chrome.browser.notifications; ...@@ -7,6 +7,7 @@ package org.chromium.chrome.browser.notifications;
import android.app.Notification; import android.app.Notification;
import android.graphics.Bitmap; import android.graphics.Bitmap;
import android.os.Build; import android.os.Build;
import android.test.FlakyTest;
import android.test.suitebuilder.annotation.LargeTest; import android.test.suitebuilder.annotation.LargeTest;
import android.test.suitebuilder.annotation.MediumTest; import android.test.suitebuilder.annotation.MediumTest;
import android.test.suitebuilder.annotation.SmallTest; import android.test.suitebuilder.annotation.SmallTest;
...@@ -233,7 +234,8 @@ public class NotificationUIManagerTest extends ChromeShellTestBase { ...@@ -233,7 +234,8 @@ public class NotificationUIManagerTest extends ChromeShellTestBase {
* Verifies that starting the PendingIntent stored as the notification's delete intent will * Verifies that starting the PendingIntent stored as the notification's delete intent will
* close the notification. * close the notification.
*/ */
@MediumTest /* @MediumTest */
@FlakyTest
@Feature({"Browser", "Notifications"}) @Feature({"Browser", "Notifications"})
public void testNotificationDeleteIntentClosesNotification() throws Exception { public void testNotificationDeleteIntentClosesNotification() throws Exception {
setNotificationContentSettingForCurrentOrigin(ContentSetting.ALLOW); setNotificationContentSettingForCurrentOrigin(ContentSetting.ALLOW);
......
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