Commit 4a2f6274 authored by bsheedy's avatar bsheedy Committed by Commit Bot

Disable failing WebXR tests

Disables failing WebXR tests that are causing CQ issues. Will be
re-enabled once the root cause is found and fixed.

TBR=billorr@chromium.org

Bug: 913161
Change-Id: If50af30cc9e24ce917989a0b0ac210254ce503bb
Reviewed-on: https://chromium-review.googlesource.com/c/1372540Reviewed-by: default avatarBrian Sheedy <bsheedy@chromium.org>
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#615670}
parent 3788017f
...@@ -116,6 +116,7 @@ public class WebXrVrInputTest { ...@@ -116,6 +116,7 @@ public class WebXrVrInputTest {
* Tests that screen touches are not registered when in an immersive session. Disabled on * Tests that screen touches are not registered when in an immersive session. Disabled on
* standalones because they don't have touchscreens. * standalones because they don't have touchscreens.
*/ */
@DisabledTest(message = "https://crbug.com/913161")
@Test @Test
@MediumTest @MediumTest
@DisableIf @DisableIf
...@@ -295,6 +296,7 @@ public class WebXrVrInputTest { ...@@ -295,6 +296,7 @@ public class WebXrVrInputTest {
/** /**
* Tests that screen touches are registered as XR input when the viewer is Cardboard. * Tests that screen touches are registered as XR input when the viewer is Cardboard.
*/ */
@DisabledTest(message = "https://crbug.com/913161")
@Test @Test
@MediumTest @MediumTest
@Restriction(RESTRICTION_TYPE_VIEWER_NON_DAYDREAM) @Restriction(RESTRICTION_TYPE_VIEWER_NON_DAYDREAM)
...@@ -346,6 +348,7 @@ public class WebXrVrInputTest { ...@@ -346,6 +348,7 @@ public class WebXrVrInputTest {
* Tests that focus is locked to the device with an immersive session for the purposes of * Tests that focus is locked to the device with an immersive session for the purposes of
* VR input. * VR input.
*/ */
@DisabledTest(message = "https://crbug.com/913161")
@Test @Test
@MediumTest @MediumTest
@CommandLineFlags @CommandLineFlags
...@@ -585,6 +588,7 @@ public class WebXrVrInputTest { ...@@ -585,6 +588,7 @@ public class WebXrVrInputTest {
* WebXRGamepadSupport is not explicitly enabled. Correctness testing for * WebXRGamepadSupport is not explicitly enabled. Correctness testing for
* https://crbug.com/830935. * https://crbug.com/830935.
*/ */
@DisabledTest(message = "https://crbug.com/913161")
@Test @Test
@MediumTest @MediumTest
@Restriction(RESTRICTION_TYPE_VIEWER_NON_DAYDREAM) @Restriction(RESTRICTION_TYPE_VIEWER_NON_DAYDREAM)
...@@ -602,6 +606,7 @@ public class WebXrVrInputTest { ...@@ -602,6 +606,7 @@ public class WebXrVrInputTest {
* Verifies that a Gamepad API gamepad is returned when using WebXR and Daydream View if * Verifies that a Gamepad API gamepad is returned when using WebXR and Daydream View if
* WebXRGamepadSupport is explicitly enabled. Correctness testing for https://crbug.com/830935. * WebXRGamepadSupport is explicitly enabled. Correctness testing for https://crbug.com/830935.
*/ */
@DisabledTest(message = "https://crbug.com/913161")
@Test @Test
@MediumTest @MediumTest
@Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM_OR_STANDALONE) @Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM_OR_STANDALONE)
......
...@@ -37,6 +37,7 @@ import org.chromium.base.test.params.ParameterAnnotations.UseRunnerDelegate; ...@@ -37,6 +37,7 @@ import org.chromium.base.test.params.ParameterAnnotations.UseRunnerDelegate;
import org.chromium.base.test.params.ParameterSet; import org.chromium.base.test.params.ParameterSet;
import org.chromium.base.test.params.ParameterizedRunner; import org.chromium.base.test.params.ParameterizedRunner;
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.MinAndroidSdkLevel; import org.chromium.base.test.util.MinAndroidSdkLevel;
import org.chromium.base.test.util.Restriction; import org.chromium.base.test.util.Restriction;
import org.chromium.chrome.browser.ChromeActivity; import org.chromium.chrome.browser.ChromeActivity;
...@@ -104,6 +105,7 @@ public class WebXrVrTransitionTest { ...@@ -104,6 +105,7 @@ public class WebXrVrTransitionTest {
/** /**
* Tests that a successful request for an immersive session actually enters VR. * Tests that a successful request for an immersive session actually enters VR.
*/ */
@DisabledTest(message = "https://crbug.com/913161")
@Test @Test
@MediumTest @MediumTest
@CommandLineFlags @CommandLineFlags
...@@ -328,6 +330,7 @@ public class WebXrVrTransitionTest { ...@@ -328,6 +330,7 @@ public class WebXrVrTransitionTest {
/** /**
* Tests that the omnibox reappears after exiting an immersive session. * Tests that the omnibox reappears after exiting an immersive session.
*/ */
@DisabledTest(message = "https://crbug.com/913161")
@Test @Test
@MediumTest @MediumTest
@CommandLineFlags @CommandLineFlags
...@@ -378,6 +381,7 @@ public class WebXrVrTransitionTest { ...@@ -378,6 +381,7 @@ public class WebXrVrTransitionTest {
* Tests that window.requestAnimationFrame stops firing while in a WebXR immersive session, but * Tests that window.requestAnimationFrame stops firing while in a WebXR immersive session, but
* resumes afterwards. * resumes afterwards.
*/ */
@DisabledTest(message = "https://crbug.com/913161")
@Test @Test
@MediumTest @MediumTest
@CommandLineFlags @CommandLineFlags
...@@ -468,6 +472,7 @@ public class WebXrVrTransitionTest { ...@@ -468,6 +472,7 @@ public class WebXrVrTransitionTest {
* Tests that non-immersive sessions stop receiving rAFs during an immersive session, but resume * Tests that non-immersive sessions stop receiving rAFs during an immersive session, but resume
* once the immersive session ends. * once the immersive session ends.
*/ */
@DisabledTest(message = "https://crbug.com/913161")
@Test @Test
@MediumTest @MediumTest
@CommandLineFlags @CommandLineFlags
......
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