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

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

Issue 2400283002: [Cast, Tests, Android] Disable failing Cast tests for low-end devices (Closed)
Patch Set: Created 4 years, 2 months 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
« no previous file with comments | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastPositionTransferTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4edebe20725a94f20b84ade586f22a5f6c7efd07..d51d51a8f42971c21992283fddd96eb5e0871566 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
@@ -4,10 +4,13 @@
package org.chromium.chrome.browser.media.remote;
+import static org.chromium.base.test.util.Restriction.RESTRICTION_TYPE_NON_LOW_END_DEVICE;
+
import android.test.suitebuilder.annotation.LargeTest;
import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.Feature;
+import org.chromium.base.test.util.Restriction;
import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.chrome.browser.media.remote.RemoteVideoInfo.PlayerState;
import org.chromium.chrome.browser.media.ui.MediaNotificationListener;
@@ -27,6 +30,7 @@ public class CastNotificationTest extends CastTestBase {
@Feature({"VideoFling"})
@LargeTest
@RetryOnFailure
+ @Restriction(RESTRICTION_TYPE_NON_LOW_END_DEVICE) // crbug.com/652872
public void testNotificationPause() throws InterruptedException, TimeoutException {
castDefaultVideoFromPage(DEFAULT_VIDEO_PAGE);
« no previous file with comments | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastPositionTransferTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698