| Index: android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| diff --git a/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java b/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| index 81a9b7c720554efd9fb8fbf9fb518c0bf366bf09..80435b4ae9306ca383b2de4a385285e8e1824bbd 100644
|
| --- a/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| +++ b/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| @@ -11,6 +11,7 @@ import android.test.suitebuilder.annotation.MediumTest;
|
| import junit.framework.ComparisonFailure;
|
|
|
| import org.chromium.base.Log;
|
| +import org.chromium.base.test.util.DisabledTest;
|
| import org.chromium.webview_shell.WebViewLayoutTestActivity;
|
|
|
| import java.io.BufferedReader;
|
| @@ -243,7 +244,11 @@ public class WebViewLayoutTest
|
| "blink-apis/battery-status/battery-callback-expected.txt");
|
| }
|
|
|
| + /*
|
| @MediumTest
|
| + currently failing on aosp bots, see crbug.com/607350
|
| + */
|
| + @DisabledTest
|
| public void testEMEPermission() throws Exception {
|
| mTestActivity.setGrantPermission(true);
|
| runWebViewLayoutTest("blink-apis/eme/eme.html", "blink-apis/eme/eme-expected.txt");
|
|
|