Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2903)

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java

Issue 2746153006: Disable some Keysystem tests (Closed)
Patch Set: address comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698