| 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 ee50901a0177456576143b9e886459baec07768f..eb1ea89e7e12a02ba183193633085b9d580c6674 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
|
| @@ -4,11 +4,10 @@
|
|
|
| package org.chromium.android_webview.test;
|
|
|
| -import android.test.suitebuilder.annotation.MediumTest;
|
| import android.view.KeyEvent;
|
|
|
| import org.chromium.android_webview.test.util.VideoTestWebServer;
|
| -import org.chromium.base.test.util.Feature;
|
| +import org.chromium.base.test.util.DisabledTest;
|
| import org.chromium.content.browser.ContentVideoView;
|
| import org.chromium.content.browser.test.util.TouchCommon;
|
|
|
| @@ -18,8 +17,12 @@ import org.chromium.content.browser.test.util.TouchCommon;
|
| public class AwContentsClientFullScreenVideoTest extends AwTestBase {
|
| private FullScreenVideoTestAwContentsClient mContentsClient;
|
|
|
| - @MediumTest
|
| - @Feature({"AndroidWebView"})
|
| + /**
|
| + * @MediumTest
|
| + * @Feature({"AndroidWebView"})
|
| + * http://crbug.com/372748
|
| + */
|
| + @DisabledTest
|
| public void testOnShowAndHideCustomViewWithCallback() throws Throwable {
|
| doOnShowAndHideCustomViewTest(new Runnable() {
|
| @Override
|
| @@ -29,8 +32,12 @@ public class AwContentsClientFullScreenVideoTest extends AwTestBase {
|
| });
|
| }
|
|
|
| - @MediumTest
|
| - @Feature({"AndroidWebView"})
|
| + /**
|
| + * @MediumTest
|
| + * @Feature({"AndroidWebView"})
|
| + * http://crbug.com/372748
|
| + */
|
| + @DisabledTest
|
| public void testOnShowAndHideCustomViewWithBackKey() throws Throwable {
|
| doOnShowAndHideCustomViewTest(new Runnable() {
|
| @Override
|
|
|