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; ...@@ -20,6 +20,7 @@ import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
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.Restriction; import org.chromium.base.test.util.Restriction;
import org.chromium.base.test.util.RetryOnFailure; import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.chrome.browser.ChromeSwitches; import org.chromium.chrome.browser.ChromeSwitches;
...@@ -144,6 +145,7 @@ public class VrShellControllerInputTest { ...@@ -144,6 +145,7 @@ public class VrShellControllerInputTest {
* fullscreen * fullscreen
*/ */
@Test @Test
@DisabledTest(message = "crbug.com/804808")
@MediumTest @MediumTest
@RetryOnFailure(message = "Very rarely, button press not registered (race condition?)") @RetryOnFailure(message = "Very rarely, button press not registered (race condition?)")
public void testAppButtonExitsFullscreen() throws InterruptedException, TimeoutException { public void testAppButtonExitsFullscreen() throws InterruptedException, TimeoutException {
......
...@@ -228,6 +228,7 @@ public class VrShellNavigationTest { ...@@ -228,6 +228,7 @@ public class VrShellNavigationTest {
* Tests navigation from a presenting WebVR to a 2D page. * Tests navigation from a presenting WebVR to a 2D page.
*/ */
@Test @Test
@DisabledTest(message = "crbug.com/804808")
@MediumTest @MediumTest
@Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM) @Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM)
public void testWebVrPresentingTo2d() public void testWebVrPresentingTo2d()
...@@ -245,6 +246,7 @@ public class VrShellNavigationTest { ...@@ -245,6 +246,7 @@ public class VrShellNavigationTest {
* Tests navigation from a presenting WebVR to a WebVR page. * Tests navigation from a presenting WebVR to a WebVR page.
*/ */
@Test @Test
@DisabledTest(message = "crbug.com/804808")
@MediumTest @MediumTest
@Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM) @Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM)
public void testWebVrPresentingToWebVr() public void testWebVrPresentingToWebVr()
...@@ -262,6 +264,7 @@ public class VrShellNavigationTest { ...@@ -262,6 +264,7 @@ public class VrShellNavigationTest {
* Tests navigation from a fullscreened WebVR to a 2D page. * Tests navigation from a fullscreened WebVR to a 2D page.
*/ */
@Test @Test
@DisabledTest(message = "crbug.com/804808")
@MediumTest @MediumTest
@Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM) @Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM)
public void testWebVrFullscreenTo2d() public void testWebVrFullscreenTo2d()
...@@ -279,6 +282,7 @@ public class VrShellNavigationTest { ...@@ -279,6 +282,7 @@ public class VrShellNavigationTest {
* Tests navigation from a fullscreened WebVR to a WebVR page. * Tests navigation from a fullscreened WebVR to a WebVR page.
*/ */
@Test @Test
@DisabledTest(message = "crbug.com/804808")
@MediumTest @MediumTest
@Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM) @Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM)
public void testWebVrFullscreenToWebVr() public void testWebVrFullscreenToWebVr()
......
...@@ -194,6 +194,7 @@ public class VrShellTransitionTest { ...@@ -194,6 +194,7 @@ public class VrShellTransitionTest {
*/ */
@Test @Test
@Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM) @Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM)
@DisabledTest(message = "crbug.com/804808")
@MediumTest @MediumTest
public void testExitFullscreenAfterExitingVrFromCinemaMode() public void testExitFullscreenAfterExitingVrFromCinemaMode()
throws InterruptedException, TimeoutException { throws InterruptedException, TimeoutException {
...@@ -262,6 +263,7 @@ public class VrShellTransitionTest { ...@@ -262,6 +263,7 @@ public class VrShellTransitionTest {
@Test @Test
@CommandLineFlags.Add("enable-webvr") @CommandLineFlags.Add("enable-webvr")
@Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM) @Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM)
@DisabledTest(message = "crbug.com/804808")
@MediumTest @MediumTest
public void testWebVrReEntryFromVrBrowser() throws InterruptedException, TimeoutException { public void testWebVrReEntryFromVrBrowser() throws InterruptedException, TimeoutException {
VrTransitionUtils.forceEnterVr(); 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