Commit 54f4f9fc authored by Stephen McGruer's avatar Stephen McGruer Committed by Commit Bot

[Sheriff] Disable StorageAccessAPIBrowserTest.ThirdPartyCookiesIFrameRequestsAccess

This test is flaking on all platforms and turning bots red.

TBR=kolo@chromium.org

Bug: 1090625
Change-Id: I0bc59e2e472e686df45265485b20ef54beea6d81
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2251088Reviewed-by: default avatarStephen McGruer <smcgruer@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#779857}
parent cde9dff7
......@@ -139,8 +139,9 @@ class StorageAccessAPIBrowserTest : public InProcessBrowserTest {
// Validate that if an iframe requests access that cookies become unblocked for
// just that top-level/third-party combination.
// TODO(crbug.com/1090625): Flaky-failing on Linux, Mac, and Windows.
IN_PROC_BROWSER_TEST_F(StorageAccessAPIBrowserTest,
ThirdPartyCookiesIFrameRequestsAccess) {
DISABLED_ThirdPartyCookiesIFrameRequestsAccess) {
SetBlockThirdPartyCookies(true);
base::HistogramTester histogram_tester;
......
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