| 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 9a31aef4630ee31ab14f06b3143f239aa116d8fa..7470420603c0cb7e9f475cf33d0f9e775b2013a1 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
|
| @@ -31,7 +31,6 @@ public class CastStartStopTest extends CastTestBase {
|
| */
|
| @Feature({"VideoFling"})
|
| @LargeTest
|
| - @DisableIf.Build(hardware_is = "flo", message = "https://crbug.com/623526")
|
| @RetryOnFailure
|
| @Restriction(RESTRICTION_TYPE_NON_LOW_END_DEVICE) // crbug.com/652872
|
| public void testCastingGenericVideo() throws InterruptedException, TimeoutException {
|
| @@ -44,7 +43,6 @@ public class CastStartStopTest extends CastTestBase {
|
| */
|
| @Feature({"VideoFling"})
|
| @LargeTest
|
| - @DisableIf.Build(hardware_is = "flo", message = "https://crbug.com/623526")
|
| @RetryOnFailure
|
| @Restriction(RESTRICTION_TYPE_NON_LOW_END_DEVICE) // crbug.com/652872
|
| public void testStopFromVideoControls() throws InterruptedException, TimeoutException {
|
| @@ -62,7 +60,6 @@ public class CastStartStopTest extends CastTestBase {
|
| */
|
| @Feature({"VideoFling"})
|
| @LargeTest
|
| - @DisableIf.Build(hardware_is = "flo", message = "https://crbug.com/623526")
|
| @RetryOnFailure
|
| @Restriction(RESTRICTION_TYPE_NON_LOW_END_DEVICE) // crbug.com/652872
|
| public void testStopFromNotification() throws InterruptedException, TimeoutException {
|
|
|