Commit 4c38046e authored by leviw's avatar leviw Committed by Commit bot

Disabling RenderFrameHostImplBrowserTest.IsFocused_AtLoad due to flaky failures

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=RenderFrameHostImplBrowserTest.IsFocused_Change&testType=content_browsertests

BUG=452631
TBR=mlamouri@chromium.org

Review URL: https://codereview.chromium.org/865063003

Cr-Commit-Position: refs/heads/master@{#313356}
parent 64d576c3
...@@ -65,7 +65,9 @@ IN_PROC_BROWSER_TEST_F(RenderFrameHostImplBrowserTest, IsFocused_AtLoad) { ...@@ -65,7 +65,9 @@ IN_PROC_BROWSER_TEST_F(RenderFrameHostImplBrowserTest, IsFocused_AtLoad) {
} }
// Test that if the content changes the focused frame, it is correctly exposed. // Test that if the content changes the focused frame, it is correctly exposed.
IN_PROC_BROWSER_TEST_F(RenderFrameHostImplBrowserTest, IsFocused_Change) { // Disabled to to flaky failures: crbug.com/452631
IN_PROC_BROWSER_TEST_F(RenderFrameHostImplBrowserTest,
DISABLED_IsFocused_Change) {
EXPECT_TRUE( EXPECT_TRUE(
NavigateToURL(shell(), GetTestUrl("render_frame_host", "focus.html"))); NavigateToURL(shell(), GetTestUrl("render_frame_host", "focus.html")));
......
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