Commit 893c63bd authored by Theresa's avatar Theresa Committed by Commit Bot

Disable failing WebVrInputTest#testControllerClicksRegisteredOnDaydream

BUG=808524
TBR=mthiesse@chromium.org

Change-Id: If2c4030ca63dc472a1894993f9633e029d021f7f
Reviewed-on: https://chromium-review.googlesource.com/900208Reviewed-by: default avatarTheresa <twellington@chromium.org>
Commit-Queue: Theresa <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#534180}
parent 86285aba
......@@ -33,6 +33,7 @@ import org.chromium.base.test.params.ParameterSet;
import org.chromium.base.test.params.ParameterizedRunner;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisableIf;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.MinAndroidSdkLevel;
import org.chromium.base.test.util.Restriction;
import org.chromium.base.test.util.RetryOnFailure;
......@@ -161,6 +162,7 @@ public class WebVrInputTest {
@MediumTest
@Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM)
@VrActivityRestriction({VrActivityRestriction.SupportedActivity.ALL})
@DisabledTest(message = "https://crbug.com/808524")
public void testControllerClicksRegisteredOnDaydream() throws InterruptedException {
EmulatedVrController controller = new EmulatedVrController(mTestRule.getActivity());
mVrTestFramework.loadUrlAndAwaitInitialization(
......
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