Commit 0a24b9b0 authored by Joy Ming's avatar Joy Ming Committed by Commit Bot

Disable testControllerClicksRegisteredOnDaydream_WebXr.

Disable flaky test.

Bug: 824194
Change-Id: I999a3bcb6cc9ceeba37f3e288732b53c05a7ee90
Reviewed-on: https://chromium-review.googlesource.com/973689
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Reviewed-by: default avatarBrian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544747}
parent 964cfe8d
......@@ -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;
......@@ -208,6 +209,7 @@ public class WebVrInputTest {
@CommandLineFlags.Remove({"enable-webvr"})
@CommandLineFlags.Add({"enable-features=WebXR"})
@VrActivityRestriction({VrActivityRestriction.SupportedActivity.ALL})
@DisabledTest(message = "crbug.com/824194")
public void testControllerClicksRegisteredOnDaydream_WebXr() throws InterruptedException {
EmulatedVrController controller = new EmulatedVrController(mTestRule.getActivity());
mXrTestFramework.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