Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4728)

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastStartStopTest.java

Issue 2518063006: Fixing MediaFling tests (Closed)
Patch Set: addressed nits from mustaq Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698