Commit 106b9e6b authored by Jeremy Roman's avatar Jeremy Roman Committed by Commit Bot

Sheriffing: Disable...

Sheriffing: Disable CreativeOriginAdsPageLoadMetricsObserverBrowserTest.CreativeOriginStatusWithThrottlingNestedUnthrottled due to flakes.

Bug: 1099545
Change-Id: Ica6a98828a9d86a79652304c36da87cb7b4f95e3
Tbr: csharrison@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2280206Reviewed-by: default avatarJeremy Roman <jbroman@chromium.org>
Commit-Queue: Jeremy Roman <jbroman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#784898}
parent 63ca21fd
...@@ -483,15 +483,7 @@ IN_PROC_BROWSER_TEST_F(CreativeOriginAdsPageLoadMetricsObserverBrowserTest, ...@@ -483,15 +483,7 @@ IN_PROC_BROWSER_TEST_F(CreativeOriginAdsPageLoadMetricsObserverBrowserTest,
OriginStatus::kUnknown, OriginStatusWithThrottling::kUnknownAndThrottled); OriginStatus::kUnknown, OriginStatusWithThrottling::kUnknownAndThrottled);
} }
// Flakily fails on Windows only. https://crbug.com/1099545 // Flakily fails. 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, // 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 // 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 // is outside the main frame but not throttled (because the root is
...@@ -499,7 +491,7 @@ IN_PROC_BROWSER_TEST_F(CreativeOriginAdsPageLoadMetricsObserverBrowserTest, ...@@ -499,7 +491,7 @@ IN_PROC_BROWSER_TEST_F(CreativeOriginAdsPageLoadMetricsObserverBrowserTest,
// (since there will be no FCP) and being unthrottled. // (since there will be no FCP) and being unthrottled.
IN_PROC_BROWSER_TEST_F( IN_PROC_BROWSER_TEST_F(
CreativeOriginAdsPageLoadMetricsObserverBrowserTest, CreativeOriginAdsPageLoadMetricsObserverBrowserTest,
MAYBE_CreativeOriginStatusWithThrottlingNestedUnthrottled) { DISABLED_CreativeOriginStatusWithThrottlingNestedUnthrottled) {
TestCreativeOriginStatus( TestCreativeOriginStatus(
MakeFrame( MakeFrame(
"a", "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