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

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

Issue 285673003: Disabling failing video tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientGetVideoLoadingProgressViewTest.java » ('j') | 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/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
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientGetVideoLoadingProgressViewTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698