Commit 3f8afb97 authored by Theresa Wellington's avatar Theresa Wellington Committed by Commit Bot

Disable failing VrBrowserWebInputEditingTest#testFullscreenVideoControls

BUG=1041904
TBR=bsheedy@chromium.org

Change-Id: Ie214e9bb83d743201cadc535b103cc6f1397119c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001290Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Commit-Queue: Theresa  <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#731553}
parent c0c0e672
...@@ -23,6 +23,7 @@ import org.junit.runner.RunWith; ...@@ -23,6 +23,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.test.BundleTestRule; import org.chromium.base.test.BundleTestRule;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.Restriction; import org.chromium.base.test.util.Restriction;
import org.chromium.chrome.browser.ChromeSwitches; import org.chromium.chrome.browser.ChromeSwitches;
...@@ -442,6 +443,7 @@ public class VrBrowserWebInputEditingTest { ...@@ -442,6 +443,7 @@ public class VrBrowserWebInputEditingTest {
@Test @Test
@MediumTest @MediumTest
@Feature({"Browser", "RenderTest"}) @Feature({"Browser", "RenderTest"})
@DisabledTest(message = "https://crbug.com/1041904")
public void testFullscreenVideoControls() public void testFullscreenVideoControls()
throws InterruptedException, TimeoutException, IOException { throws InterruptedException, TimeoutException, IOException {
// There's occasionally slight AA differences along the play button, so tolerate a small // There's occasionally slight AA differences along the play button, so tolerate a small
......
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