Commit d1a2a14a authored by Tao Bai's avatar Tao Bai Committed by Commit Bot

Disable VrShellTransitionTest.testEnterVrInOverviewMode

Bug: 825248
Change-Id: I5bb5bbe2b7dd0e147d409ce6074ae6adab2dd14d
Reviewed-on: https://chromium-review.googlesource.com/978883Reviewed-by: default avatarTed Choc <tedchoc@chromium.org>
Reviewed-by: default avatarBrian Sheedy <bsheedy@chromium.org>
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#545621}
parent 5c6598f4
...@@ -29,6 +29,7 @@ import org.junit.runner.RunWith; ...@@ -29,6 +29,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.ApplicationStatus; import org.chromium.base.ApplicationStatus;
import org.chromium.base.ThreadUtils; import org.chromium.base.ThreadUtils;
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.R; import org.chromium.chrome.R;
...@@ -340,6 +341,7 @@ public class VrShellTransitionTest { ...@@ -340,6 +341,7 @@ public class VrShellTransitionTest {
@Test @Test
@Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM) @Restriction(RESTRICTION_TYPE_VIEWER_DAYDREAM)
@MediumTest @MediumTest
@DisabledTest(message = "crbug.com/825248")
public void testEnterVrInOverviewMode() throws InterruptedException, TimeoutException { public void testEnterVrInOverviewMode() throws InterruptedException, TimeoutException {
final ChromeTabbedActivity activity = mTestRule.getActivity(); final ChromeTabbedActivity activity = mTestRule.getActivity();
ThreadUtils.runOnUiThreadBlocking(new Runnable() { ThreadUtils.runOnUiThreadBlocking(new Runnable() {
......
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