| Index: android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenVideoTest.java
|
| diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenVideoTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenVideoTest.java
|
| index bc632c5a86aa14254a8708f6a188d09919009533..b1f6ddd50e2d9c3b321f5b8eec637297758be4de 100644
|
| --- a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenVideoTest.java
|
| +++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenVideoTest.java
|
| @@ -8,6 +8,7 @@ import android.test.suitebuilder.annotation.SmallTest;
|
| import android.view.KeyEvent;
|
|
|
| import org.chromium.android_webview.test.util.VideoTestWebServer;
|
| +import org.chromium.base.test.util.DisabledTest;
|
| import org.chromium.base.test.util.Feature;
|
| import org.chromium.content.browser.test.util.TouchCommon;
|
|
|
| @@ -16,8 +17,13 @@ import org.chromium.content.browser.test.util.TouchCommon;
|
| */
|
| public class AwContentsClientFullScreenVideoTest extends AwTestBase {
|
|
|
| - @Feature({"AndroidWebView"})
|
| - @SmallTest
|
| + /**
|
| + * @Feature({"AndroidWebView"})
|
| + * @SmallTest
|
| + *
|
| + * http://crbug.com/238735
|
| + */
|
| + @DisabledTest
|
| public void testOnShowAndHideCustomView() throws Throwable {
|
| FullScreenVideoTestAwContentsClient contentsClient =
|
| new FullScreenVideoTestAwContentsClient(getActivity());
|
|
|