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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/video/VideoTest.java

Issue 2425293003: [Android, Media, Test] Fix VideoTest.java on low-end devices (Closed)
Patch Set: Accidental blank line removed 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/test/data/android/media/video-play.html » ('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/video/VideoTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/video/VideoTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/video/VideoTest.java
index d82e969a4ee98b086641895775dc82922f0af127..b6460e9f60abca271504fdf6e38099e0d6249150 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/video/VideoTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/video/VideoTest.java
@@ -9,7 +9,6 @@ import android.test.suitebuilder.annotation.LargeTest;
import org.chromium.base.test.util.DisableIf;
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.ChromeActivity;
import org.chromium.chrome.browser.tab.Tab;
@@ -30,7 +29,6 @@ public class VideoTest extends ChromeActivityTestCaseBase<ChromeActivity> {
}
@DisableIf.Build(sdk_is_less_than = 19, message = "crbug.com/582067")
- @Restriction(Restriction.RESTRICTION_TYPE_NON_LOW_END_DEVICE) // https://crbug.com/654411
@Feature({"Media", "Media-Video", "Main"})
@LargeTest
@RetryOnFailure
« no previous file with comments | « no previous file | chrome/test/data/android/media/video-play.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698