Commit 86c15223 authored by Meredith Lane's avatar Meredith Lane Committed by Commit Bot

[Sheriff] Disable CreativeOriginAdsPage browser on Windows.

CreativeOriginStatusWithThrottlingNestedUnthrottled failing flakily on
Win7 builder, so disabling that test.

TBR=cammie@chromium.org, johnidel@chromium.org

Bug: 1099545
Change-Id: I888c05963914c4c507c161f9bb9867e4cd49e3b8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2269399Reviewed-by: default avatarMeredith Lane <meredithl@chromium.org>
Commit-Queue: Meredith Lane <meredithl@chromium.org>
Cr-Commit-Position: refs/heads/master@{#782837}
parent 590b1c03
......@@ -482,13 +482,23 @@ IN_PROC_BROWSER_TEST_F(CreativeOriginAdsPageLoadMetricsObserverBrowserTest,
OriginStatus::kUnknown, OriginStatusWithThrottling::kUnknownAndThrottled);
}
// Flakily fails on Windows only. https://crbug.com/1099545
#if defined(OS_WIN)
#define MAYBE_CreativeOriginStatusWithThrottlingNestedUnthrottled \
DISABLED_CreativeOriginStatusWithThrottlingNestedUnthrottled
#else
#define MAYBE_CreativeOriginStatusWithThrottlingNestedUnthrottled \
CreativeOriginStatusWithThrottlingNestedUnthrottled
#endif
// Test that an ad creative with a different origin as the main page,
// but nested in a same-origin root ad frame, such that its root ad frame
// is outside the main frame but not throttled (because the root is
// same-origin), will be marked as having unknown creative origin status
// (since there will be no FCP) and being unthrottled.
IN_PROC_BROWSER_TEST_F(CreativeOriginAdsPageLoadMetricsObserverBrowserTest,
CreativeOriginStatusWithThrottlingNestedUnthrottled) {
IN_PROC_BROWSER_TEST_F(
CreativeOriginAdsPageLoadMetricsObserverBrowserTest,
MAYBE_CreativeOriginStatusWithThrottlingNestedUnthrottled) {
TestCreativeOriginStatus(
MakeFrame(
"a",
......
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