Commit 4be6e487 authored by tedchoc's avatar tedchoc Committed by Commit bot

Mark AwContentsClientFullScreenTest#testPowerSaveBlockerIsTransferredToFullscreen as flaky.

TBR=torne
NOTRY=true
BUG=453857

Review URL: https://codereview.chromium.org/893533006

Cr-Commit-Position: refs/heads/master@{#313946}
parent 996e4238
......@@ -5,6 +5,7 @@
package org.chromium.android_webview.test;
import android.os.Build;
import android.test.FlakyTest;
import android.test.suitebuilder.annotation.MediumTest;
import android.view.KeyEvent;
import android.view.View;
......@@ -348,8 +349,11 @@ public class AwContentsClientFullScreenTest extends AwTestBase {
assertWaitForKeepScreenOnActive(mTestContainerView, false);
}
/*
@MediumTest
@Feature({"AndroidWebView"})
*/
@FlakyTest
public void testPowerSaveBlockerIsTransferredToFullscreen()
throws Throwable {
assertFalse(DOMUtils.isFullscreen(getWebContentsOnUiThread()));
......
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