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

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

Issue 2064753007: aw: Disable flaky video tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « 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/AwContentsClientFullScreenTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenTest.java
index ad9218fd9e880b628691d0e084cb6b57f37132e6..874019dae28471c88a0fc87d85a820df836fb651 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenTest.java
@@ -63,9 +63,12 @@ public class AwContentsClientFullScreenTest extends AwTestBase {
mTestContainerView.getAwContents().getSettings().setFullscreenSupported(true);
}
+ /*
@MediumTest
@Feature({"AndroidWebView"})
@DisableHardwareAccelerationForTest
+ */
+ @DisabledTest(message = "crbug.com/618749")
public void testFullscreenVideoInSoftwareModeDoesNotDeadlock() throws Throwable {
// Although fullscreen video is not supported without hardware acceleration
// we should not deadlock if apps try to use it.
@@ -215,8 +218,11 @@ public class AwContentsClientFullScreenTest extends AwTestBase {
DOMUtils.waitForMediaPlay(getWebContentsOnUiThread(), VIDEO_ID);
}
+ /*
@MediumTest
@Feature({"AndroidWebView"})
+ */
+ @DisabledTest(message = "crbug.com/618749")
public void testHolePunchingSurfaceNotCreatedForClearVideo()
throws Throwable {
loadTestPage(VIDEO_TEST_URL);
@@ -231,8 +237,11 @@ public class AwContentsClientFullScreenTest extends AwTestBase {
mTestContainerView);
}
+ /*
@MediumTest
@Feature({"AndroidWebView"})
+ */
+ @DisabledTest(message = "crbug.com/618749")
public void testOnShowCustomViewTransfersHolePunchingSurfaceForVideoInsideDiv()
throws Throwable {
getInstrumentation().runOnMainSync(new Runnable() {
« 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