Commit b3af0790 authored by Adithya Srinivasan's avatar Adithya Srinivasan Committed by Chromium LUCI CQ

Sheriff: Disable NotifyExternalCacheHitCheckSubframeBit

Bug: 1166650
Change-Id: I946c92b6be7db6814a40c731f09e2f74d374cb4d
Tbr: mmenke@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2629487
Commit-Queue: Adithya Srinivasan <adithyas@chromium.org>
Commit-Queue: Andy Paicu <andypaicu@chromium.org>
Reviewed-by: default avatarAndy Paicu <andypaicu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#843542}
parent 67876516
......@@ -805,8 +805,16 @@ class SplitCacheComputeHttpCacheSize {
// is_subframe_document_resource by checking that the size of the http cache
// resources accessed after the resource is loaded from the blink cache is the
// same as before that.
// TODO(crbug.com/1166650): Test is flaky on Win.
#if defined(OS_WIN)
#define MAYBE_NotifyExternalCacheHitCheckSubframeBit \
DISABLED_NotifyExternalCacheHitCheckSubframeBit
#else
#define MAYBE_NotifyExternalCacheHitCheckSubframeBit \
NotifyExternalCacheHitCheckSubframeBit
#endif
IN_PROC_BROWSER_TEST_F(SplitCacheWithFrameOriginContentBrowserTest,
NotifyExternalCacheHitCheckSubframeBit) {
MAYBE_NotifyExternalCacheHitCheckSubframeBit) {
ResourceLoadObserver observer(shell());
BrowserContext* context = shell()->web_contents()->GetBrowserContext();
std::unique_ptr<SplitCacheComputeHttpCacheSize> http_cache_size =
......
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