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

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

Issue 1233823006: Properly disable failing AwContentsClientFullScreenTest and PartnerDisableIncognitoModeIntegrationT… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
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 57e74f2f12b5385d16e871457185396e055968e9..71eb27a105691d609033eaa3fba34bb656332a39 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
@@ -90,16 +90,22 @@ public class AwContentsClientFullScreenTest extends AwTestBase {
doTestOnShowAndHideCustomViewWithCallback(VIDEO_INSIDE_DIV_TEST_URL);
}
- @DisabledTest
+ /*
@MediumTest
@Feature({"AndroidWebView"})
+ crbug.com/511688
+ */
+ @DisabledTest
public void testOnShowAndHideCustomViewWithCallback_video() throws Throwable {
doTestOnShowAndHideCustomViewWithCallback(VIDEO_TEST_URL);
}
- @DisabledTest
+ /*
@MediumTest
@Feature({"AndroidWebView"})
+ crbug.com/511688
+ */
+ @DisabledTest
public void testOnShowAndHideCustomViewWithCallback_videoInsideDiv() throws Throwable {
doTestOnShowAndHideCustomViewWithCallback(VIDEO_INSIDE_DIV_TEST_URL);
}
@@ -119,9 +125,12 @@ public class AwContentsClientFullScreenTest extends AwTestBase {
doTestOnShowAndHideCustomViewWithJavascript(VIDEO_TEST_URL);
}
- @DisabledTest
+ /*
@MediumTest
@Feature({"AndroidWebView"})
+ crbug.com/511688
+ */
+ @DisabledTest
public void testOnShowAndHideCustomViewWithJavascript_videoInsideDiv()
throws Throwable {
doTestOnShowAndHideCustomViewWithJavascript(VIDEO_INSIDE_DIV_TEST_URL);
@@ -136,16 +145,22 @@ public class AwContentsClientFullScreenTest extends AwTestBase {
});
}
- @DisabledTest
+ /*
@MediumTest
@Feature({"AndroidWebView"})
+ crbug.com/511688
+ */
+ @DisabledTest
public void testOnShowAndHideCustomViewWithBackKey_video() throws Throwable {
doTestOnShowAndHideCustomViewWithBackKey(VIDEO_TEST_URL);
}
- @DisabledTest
+ /*
@MediumTest
@Feature({"AndroidWebView"})
+ crbug.com/511688
+ */
+ @DisabledTest
public void testOnShowAndHideCustomViewWithBackKey_videoInsideDiv()
throws Throwable {
doTestOnShowAndHideCustomViewWithBackKey(VIDEO_INSIDE_DIV_TEST_URL);
@@ -392,9 +407,12 @@ public class AwContentsClientFullScreenTest extends AwTestBase {
assertKeepScreenOnActive(mTestContainerView, false);
}
- @DisabledTest
+ /*
@MediumTest
@Feature({"AndroidWebView"})
+ crbug.com/511688
+ */
+ @DisabledTest
public void testPowerSaveBlockerIsTransferredToEmbedded()
throws Throwable {
// Enter fullscreen.
« no previous file with comments | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/partnercustomizations/PartnerDisableIncognitoModeIntegrationTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698