Commit f719bcba authored by bsheedy's avatar bsheedy Committed by Commit Bot

Disable all failing VR tests

Disables more failing VR tests that were missed in the previous CL due
to crbug.com/804808.

Bug: 804808
Change-Id: I64692f52891ee333c807b2e12be08d096de625b7
Reviewed-on: https://chromium-review.googlesource.com/892079Reviewed-by: default avatarMichael Thiessen <mthiesse@chromium.org>
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532651}
parent f89ae106
......@@ -20,6 +20,7 @@ import org.junit.Test;
import org.junit.runner.RunWith;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Restriction;
import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.chrome.browser.ChromeSwitches;
......@@ -144,6 +145,7 @@ public class VrShellControllerInputTest {
* fullscreen
*/
@Test
@DisabledTest(message = "crbug.com/804808")
@MediumTest
@RetryOnFailure(message = "Very rarely, button press not registered (race condition?)")
public void testAppButtonExitsFullscreen() throws InterruptedException, TimeoutException {
......
......@@ -228,6 +228,7 @@ public class VrShellNavigationTest {
* Tests navigation from a presenting WebVR to a 2D page.
*/
@Test
@DisabledTest(message = "crbug.com/804808")
@MediumTest
@Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM)
public void testWebVrPresentingTo2d()
......@@ -245,6 +246,7 @@ public class VrShellNavigationTest {
* Tests navigation from a presenting WebVR to a WebVR page.
*/
@Test
@DisabledTest(message = "crbug.com/804808")
@MediumTest
@Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM)
public void testWebVrPresentingToWebVr()
......@@ -262,6 +264,7 @@ public class VrShellNavigationTest {
* Tests navigation from a fullscreened WebVR to a 2D page.
*/
@Test
@DisabledTest(message = "crbug.com/804808")
@MediumTest
@Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM)
public void testWebVrFullscreenTo2d()
......@@ -279,6 +282,7 @@ public class VrShellNavigationTest {
* Tests navigation from a fullscreened WebVR to a WebVR page.
*/
@Test
@DisabledTest(message = "crbug.com/804808")
@MediumTest
@Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM)
public void testWebVrFullscreenToWebVr()
......
......@@ -194,6 +194,7 @@ public class VrShellTransitionTest {
*/
@Test
@Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM)
@DisabledTest(message = "crbug.com/804808")
@MediumTest
public void testExitFullscreenAfterExitingVrFromCinemaMode()
throws InterruptedException, TimeoutException {
......@@ -262,6 +263,7 @@ public class VrShellTransitionTest {
@Test
@CommandLineFlags.Add("enable-webvr")
@Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM)
@DisabledTest(message = "crbug.com/804808")
@MediumTest
public void testWebVrReEntryFromVrBrowser() throws InterruptedException, TimeoutException {
VrTransitionUtils.forceEnterVr();
......
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