| Index: chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastNotificationTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastNotificationTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastNotificationTest.java
|
| index 608dc5d83b1cb8edf46f6551c0c8abc6c63581ef..4edebe20725a94f20b84ade586f22a5f6c7efd07 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastNotificationTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastNotificationTest.java
|
| @@ -8,6 +8,7 @@ import android.test.suitebuilder.annotation.LargeTest;
|
|
|
| import org.chromium.base.ThreadUtils;
|
| import org.chromium.base.test.util.Feature;
|
| +import org.chromium.base.test.util.RetryOnFailure;
|
| import org.chromium.chrome.browser.media.remote.RemoteVideoInfo.PlayerState;
|
| import org.chromium.chrome.browser.media.ui.MediaNotificationListener;
|
|
|
| @@ -25,6 +26,7 @@ public class CastNotificationTest extends CastTestBase {
|
| */
|
| @Feature({"VideoFling"})
|
| @LargeTest
|
| + @RetryOnFailure
|
| public void testNotificationPause() throws InterruptedException, TimeoutException {
|
| castDefaultVideoFromPage(DEFAULT_VIDEO_PAGE);
|
|
|
|
|