Commit c9462572 authored by trchen@chromium.org's avatar trchen@chromium.org

Disable...

Disable org.chromium.android_webview.test.ExternalVideoSurfaceContainerTest#testEnableVideoOverlayForEmbeddedVideo

The test is still failing on Android Tests (dbg) bots. See:
http://build.chromium.org/p/chromium.webkit/builders/Android%20Tests%20%28dbg%29

BUG=372748,372174
TBR=boliu
NOTRY=true

Review URL: https://codereview.chromium.org/284253003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270901 0039d316-1c4b-4281-b951-d872f2087c98
parent 21db9ef7
......@@ -10,6 +10,7 @@ import android.test.suitebuilder.annotation.SmallTest;
import org.chromium.android_webview.ExternalVideoSurfaceContainer;
import org.chromium.android_webview.test.util.VideoTestUtil;
import org.chromium.base.CommandLine;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.content.browser.ContentViewCore;
import org.chromium.content.browser.test.util.CallbackHelper;
......@@ -97,8 +98,12 @@ public class ExternalVideoSurfaceContainerTest extends AwTestBase {
});
}
@SmallTest
@Feature({"AndroidWebView"})
/**
* @SmallTest
* @Feature({"AndroidWebView"})
* http://crbug.com/372748
*/
@DisabledTest
public void testEnableVideoOverlayForEmbeddedVideo() throws Throwable {
setUpMockExternalVideoSurfaceContainer();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment