Commit 2d3f037e authored by Scott Violet's avatar Scott Violet Committed by Commit Bot

weblayer: disables flaky test

BUG=1133893
TEST=test only change

Change-Id: Idcc6912a75b2e9919fd8391926ff771b323d887e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473340
Commit-Queue: Scott Violet <sky@chromium.org>
Commit-Queue: Clark DuVall <cduvall@chromium.org>
Auto-Submit: Scott Violet <sky@chromium.org>
Reviewed-by: default avatarClark DuVall <cduvall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#817295}
parent 9315675a
......@@ -12,6 +12,7 @@ import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.content_public.browser.test.util.TestThreadUtils;
import org.chromium.weblayer.shell.InstrumentationActivity;
......@@ -44,6 +45,7 @@ public class FullscreenCallbackTest {
@Test
@SmallTest
@DisabledTest(message = "crbug.com/1133893")
public void testFullscreen() {
// Second touch exits.
EventUtils.simulateTouchCenterOfView(mActivity.getWindow().getDecorView());
......
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