| Index: chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastStartStopTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastStartStopTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastStartStopTest.java
|
| index bde1c045d744233a2a8ed8034fddedc3ae8453a4..84c0f5ac3b60e7f8a46332b0cf371605af180ce8 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastStartStopTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastStartStopTest.java
|
| @@ -10,6 +10,7 @@
|
| import org.chromium.base.ThreadUtils;
|
| import org.chromium.base.test.util.DisableIf;
|
| import org.chromium.base.test.util.Feature;
|
| +import org.chromium.base.test.util.FlakyTest;
|
| import org.chromium.chrome.browser.media.ui.MediaNotificationListener;
|
| import org.chromium.chrome.browser.tab.Tab;
|
|
|
| @@ -73,6 +74,7 @@ public void run() {
|
| @DisableIf.Build(sdk_is_less_than = 19, message = "crbug.com/582067")
|
| @Feature({"VideoFling"})
|
| @LargeTest
|
| + @FlakyTest
|
| public void testStopWhenVideoEnds() throws InterruptedException, TimeoutException {
|
| castDefaultVideoFromPage(DEFAULT_VIDEO_PAGE);
|
| // Wait for the video to finish (this assumes the video is short, the test video
|
|
|