Commit b7c45bc6 authored by Bo Liu's avatar Bo Liu Committed by Commit Bot

aw: Enable fullscreen tests

The cause of flake is reverted, so enable them to resume test coverage:
https://chromium-review.googlesource.com/c/chromium/src/+/2122818

Tbr: ntfschr@chromium.org
Bug: 1065173
Change-Id: I2b7e13541de564e6bf92831115199329b14355a9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124076Reviewed-by: default avatarNate Fischer <ntfschr@chromium.org>
Commit-Queue: Bo <boliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#755057}
parent 031b4a30
...@@ -182,7 +182,6 @@ public class AwContentsClientFullScreenTest { ...@@ -182,7 +182,6 @@ public class AwContentsClientFullScreenTest {
@Test @Test
@MediumTest @MediumTest
@Feature({"AndroidWebView"}) @Feature({"AndroidWebView"})
@DisabledTest(message = "crbug.com/1065092")
public void testOnShowCustomViewAndPlayWithHtmlControl_video() throws Throwable { public void testOnShowCustomViewAndPlayWithHtmlControl_video() throws Throwable {
doTestOnShowCustomViewAndPlayWithHtmlControl(VIDEO_TEST_URL); doTestOnShowCustomViewAndPlayWithHtmlControl(VIDEO_TEST_URL);
} }
...@@ -230,7 +229,6 @@ public class AwContentsClientFullScreenTest { ...@@ -230,7 +229,6 @@ public class AwContentsClientFullScreenTest {
@Test @Test
@MediumTest @MediumTest
@Feature({"AndroidWebView"}) @Feature({"AndroidWebView"})
@DisabledTest(message = "crbug.com/1065115")
public void testPowerSaveBlockerIsEnabledDuringFullscreenPlayback_video() throws Throwable { public void testPowerSaveBlockerIsEnabledDuringFullscreenPlayback_video() throws Throwable {
doTestPowerSaveBlockerIsEnabledDuringFullscreenPlayback(VIDEO_TEST_URL); doTestPowerSaveBlockerIsEnabledDuringFullscreenPlayback(VIDEO_TEST_URL);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment