Commit 454fdc50 authored by Suman Nelson Kancherla's avatar Suman Nelson Kancherla Committed by Commit Bot

Disable flaky XR browser tests related to DON flow

Bug: 972153
Change-Id: I7f2edf4621af6007d548214fdffbf4af4c4a0e43
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1650082Reviewed-by: default avatarBrian Sheedy <bsheedy@chromium.org>
Commit-Queue: Suman Kancherla <sumankancherla@chromium.org>
Cr-Commit-Position: refs/heads/master@{#667261}
parent 9f99af41
......@@ -38,6 +38,7 @@ import org.chromium.base.test.params.ParameterAnnotations.UseRunnerDelegate;
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.DisabledTest;
import org.chromium.base.test.util.MinAndroidSdkLevel;
import org.chromium.base.test.util.Restriction;
import org.chromium.base.test.util.UrlUtils;
......@@ -230,6 +231,7 @@ public class WebXrVrTransitionTest {
@Restriction({RESTRICTION_TYPE_DEVICE_DAYDREAM, RESTRICTION_TYPE_VR_SETTINGS_SERVICE})
@VrSettingsFile(VrSettingsServiceUtils.FILE_DDVIEW_DONENABLED)
@XrActivityRestriction({XrActivityRestriction.SupportedActivity.ALL})
@DisabledTest(message = "crbug.com/972153")
public void testPresentationPromiseUnresolvedDuringDon() throws InterruptedException {
presentationPromiseUnresolvedDuringDonImpl(
WebVrTestFramework.getFileUrlForHtmlTestFile(
......@@ -272,6 +274,7 @@ public class WebXrVrTransitionTest {
@Restriction({RESTRICTION_TYPE_DEVICE_DAYDREAM, RESTRICTION_TYPE_VR_SETTINGS_SERVICE})
@VrSettingsFile(VrSettingsServiceUtils.FILE_DDVIEW_DONENABLED)
@XrActivityRestriction({XrActivityRestriction.SupportedActivity.ALL})
@DisabledTest(message = "crbug.com/972153")
public void testPresentationPromiseRejectedIfDonCanceled() throws InterruptedException {
presentationPromiseRejectedIfDonCanceledImpl(
WebVrTestFramework.getFileUrlForHtmlTestFile(
......
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