| 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 d00a3da9fae3c6ecbb7652af70022ed6a877eb73..d9f61fae2dfdaf4f1446cf1a5c357a161ec445d1 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
|
| @@ -10,6 +10,7 @@ import android.support.test.filters.SmallTest;
|
| 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;
|
| @@ -104,7 +105,8 @@ public class KeySystemTest extends AwTestBase {
|
| }
|
|
|
| @Feature({"AndroidWebView"})
|
| - @SmallTest
|
| + @DisabledTest
|
| + // crbug/701916
|
| public void testSupportWidevineKeySystem() throws Throwable {
|
| assertEquals(
|
| getPlatformKeySystemExpectations(), isKeySystemSupported("com.widevine.alpha"));
|
| @@ -117,7 +119,8 @@ public class KeySystemTest extends AwTestBase {
|
| }
|
|
|
| @Feature({"AndroidWebView"})
|
| - @SmallTest
|
| + @DisabledTest
|
| + // crbug/701916
|
| public void testSupportPlatformKeySystem() throws Throwable {
|
| assertEquals(getPlatformKeySystemExpectations(),
|
| isKeySystemSupported("x-com.oem.test-keysystem"));
|
|
|