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

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java

Issue 16395005: Disable android webview video tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
index 8ad632b4dca5e2c00bccd7ae9a1ada72a01134b2..96e0f7cb4677320f40b30993f5cf106628af847f 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
@@ -2509,14 +2509,22 @@ public class AwSettingsTest extends AwTestBase {
}
}
+ /*
@LargeTest
@Feature({"AndroidWebView", "Preferences"})
+ Disabled until video is working. crbug.com/239760
+ */
+ @DisabledTest
public void testMediaPlaybackWithoutUserGesture() throws Throwable {
assertTrue(runVideoTest(false, -1));
}
+ /*
@SmallTest
@Feature({"AndroidWebView", "Preferences"})
+ Disabled until video is working. crbug.com/239760
+ */
+ @DisabledTest
public void testMediaPlaybackWithUserGesture() throws Throwable {
// Wait for 5 second to see if video played.
assertFalse(runVideoTest(true, 5000));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698