| Index: android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java
|
| diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java
|
| index d915d1d59a6ac5240747fc85d377955cebb69886..f746c14841745631d0ceb3ff8a8fd61bd3257ab0 100644
|
| --- a/android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java
|
| +++ b/android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java
|
| @@ -9,6 +9,7 @@
|
| import org.chromium.android_webview.AwContents;
|
| import org.chromium.android_webview.permission.AwPermissionRequest;
|
| import org.chromium.android_webview.permission.Resource;
|
| +import org.chromium.base.test.util.DisabledTest;
|
| import org.chromium.base.test.util.Feature;
|
|
|
| import java.util.concurrent.Callable;
|
| @@ -105,7 +106,8 @@
|
| }
|
|
|
| @Feature({"AndroidWebView"})
|
| - @SmallTest
|
| + @DisabledTest
|
| + // crbug/701916
|
| public void testSupportWidevineKeySystem() throws Throwable {
|
| assertEquals(
|
| getPlatformKeySystemExpectations(), isKeySystemSupported("com.widevine.alpha"));
|
| @@ -118,7 +120,8 @@
|
| }
|
|
|
| @Feature({"AndroidWebView"})
|
| - @SmallTest
|
| + @DisabledTest
|
| + // crbug/701916
|
| public void testSupportPlatformKeySystem() throws Throwable {
|
| assertEquals(getPlatformKeySystemExpectations(),
|
| isKeySystemSupported("x-com.oem.test-keysystem"));
|
|
|