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

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

Issue 2029053003: Fix AW tests for Spitzer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reenabled AwContentsClientGetVideoLoadingProgressViewTest Created 4 years, 6 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 | « android_webview/javatests/src/org/chromium/android_webview/test/ExternalVideoSurfaceContainerTest.java ('k') | 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/MultipleVideosTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/MultipleVideosTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/MultipleVideosTest.java
index cb383304714a701d43b260e247f815ea9b8460df..93b1c418a184afefb8908318527a6666ba12ecab 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/MultipleVideosTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/MultipleVideosTest.java
@@ -4,11 +4,8 @@
package org.chromium.android_webview.test;
-import android.test.suitebuilder.annotation.MediumTest;
-
import org.chromium.android_webview.test.util.VideoSurfaceViewUtils;
-import org.chromium.base.test.util.DisableIf;
-import org.chromium.base.test.util.Feature;
+import org.chromium.base.test.util.DisabledTest;
import org.chromium.content.browser.ContentViewCore;
import org.chromium.content.browser.test.util.DOMUtils;
import org.chromium.content_public.browser.WebContents;
@@ -39,11 +36,12 @@ public class MultipleVideosTest extends AwTestBase {
enableJavaScriptOnUiThread(mTestContainerView.getAwContents());
}
+ /*
@MediumTest
@Feature({"AndroidWebView"})
- @DisableIf.Build(sdk_is_greater_than = 22, message = "crbug.com/616575")
- public void testFirstVideoPausesWhenSecondVideoStarts()
- throws Throwable {
+ */
+ @DisabledTest(message = "crbug.com/597495")
+ public void testFirstVideoPausesWhenSecondVideoStarts() throws Throwable {
// To test video hole surfaces we must force video overlay before loading page.
getInstrumentation().runOnMainSync(new Runnable() {
@Override
« no previous file with comments | « android_webview/javatests/src/org/chromium/android_webview/test/ExternalVideoSurfaceContainerTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698