| 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));
|
|
|