Commit dfe85812 authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

Disable BackgroundRenderersAreThrottled on all platform

Flakiness dashboard shows that it has been flaky for a while

TBR=wjmaclean@chromium.org
NOTRY=true

Bug: 874497
Change-Id: I017096a3a33ba69cab80cf9f78caa59bd4672319
Reviewed-on: https://chromium-review.googlesource.com/1175939Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583289}
parent 6116f296
...@@ -59,7 +59,8 @@ TEST_F(DisableBackgroundThrottlingIsRespectedTest, ...@@ -59,7 +59,8 @@ TEST_F(DisableBackgroundThrottlingIsRespectedTest,
class BackgroundRendererThrottlingTest : public SimTest {}; class BackgroundRendererThrottlingTest : public SimTest {};
TEST_F(BackgroundRendererThrottlingTest, BackgroundRenderersAreThrottled) { TEST_F(BackgroundRendererThrottlingTest,
DISABLED_BackgroundRenderersAreThrottled) {
SimRequest main_resource("https://example.com/", "text/html"); SimRequest main_resource("https://example.com/", "text/html");
LoadURL("https://example.com/"); LoadURL("https://example.com/");
......
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