From b77ae7511ca2aa803ae279855bd43acae3eebf84 Mon Sep 17 00:00:00 2001 From: "boliu@chromium.org" Date: Mon, 19 Aug 2013 00:16:42 +0000 Subject: Revert "Disable android webview video tests" This reverts commit b1297f5b4ac7460a41dd6d738feef7de276b8d3a. These test should have started passing after r216864 since they do not rely on in-browser playback working and does not do pixel testing. Probably also need the NPE fix in r216925. NOTRY=true BUG=239760 Review URL: https://chromiumcodereview.appspot.com/22855009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218211 0039d316-1c4b-4281-b951-d872f2087c98 --- .../src/org/chromium/android_webview/test/AwSettingsTest.java | 8 -------- 1 file changed, 8 deletions(-) (limited to 'android_webview') 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 ace591c..2da1eb9 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 @@ -2436,22 +2436,14 @@ 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)); -- cgit v1.1