Commit f29606fc authored by Yue Zhang's avatar Yue Zhang Committed by Chromium LUCI CQ

Sheriff: Disable flaky testRenderWithPolicy

TosAndUmaFirstRunFragmentWithEnterpriseSupportTest#
testRenderWithPolicy is flaky on multiple bots.

TBR: twellington@chromium.org
Bug: 1157521
Change-Id: I3a890fa79b57e1de0bf090d42b8a4cafbcf06a7b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585551Reviewed-by: default avatarYue Zhang <yuezhanggg@chromium.org>
Commit-Queue: Yue Zhang <yuezhanggg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835810}
parent 0ad2ad81
......@@ -41,6 +41,7 @@ import org.chromium.base.metrics.RecordHistogram;
import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.Criteria;
import org.chromium.base.test.util.CriteriaHelper;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.chrome.R;
import org.chromium.chrome.browser.customtabs.CustomTabsTestUtils;
......@@ -429,6 +430,7 @@ public class TosAndUmaFirstRunFragmentWithEnterpriseSupportTest {
@Test
@SmallTest
@Feature({"RenderTest", "FirstRun"})
@DisabledTest(message = "https://crbug.com/1157521")
public void testRenderWithPolicy() throws Exception {
setAppRestrictionsMockInitialized(true);
setEnterpriseInfoInitializedWithDeviceOwner(true);
......
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