Commit 40c171c2 authored by Yutaka Hirano's avatar Yutaka Hirano Committed by Commit Bot

Disable DeclarativeNetRequestBrowserTest.AllowAllRequests_SrcDoc

...due to flakiness.

Bug: 1056031
Change-Id: Ib9de60c8106120130cb744eebdeeb05a0f837627
Tbr: karandeepb@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072979Reviewed-by: default avatarYutaka Hirano <yhirano@chromium.org>
Commit-Queue: Yutaka Hirano <yhirano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744556}
parent c0ee027d
......@@ -3880,8 +3880,9 @@ IN_PROC_BROWSER_TEST_P(DeclarativeNetRequestBrowserTest, AllowAllRequests) {
// Ensure allowAllRequests rules work correctly for srcdoc frames. Regression
// test for crbug.com/1050536.
// TODO(crbug.com/1056031): Re-enabled this test.
IN_PROC_BROWSER_TEST_P(DeclarativeNetRequestBrowserTest,
AllowAllRequests_SrcDoc) {
DISABLED_AllowAllRequests_SrcDoc) {
TestRule block_rule = CreateGenericRule();
block_rule.id = kMinValidID;
block_rule.priority = kMinValidPriority;
......
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