Commit 1c854a22 authored by Adam Rice's avatar Adam Rice Committed by Commit Bot

Disable test FrameTreeTest.FindFrames

Test FrameTreeTest.FindFrames is flaky. Disable it.

TBR=creis@chromium.org

Bug: 826599
Change-Id: I3536ef001db9f8df4193ad7c709cc4f7c4246d97
Reviewed-on: https://chromium-review.googlesource.com/985996Reviewed-by: default avatarAdam Rice <ricea@chromium.org>
Commit-Queue: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546808}
parent d214e2cf
// Copyright 2013 The Chromium Authors.All rights reserved. // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
...@@ -310,7 +310,8 @@ TEST_F(FrameTreeTest, Shape) { ...@@ -310,7 +310,8 @@ TEST_F(FrameTreeTest, Shape) {
} }
// Ensure frames can be found by frame_tree_node_id, routing ID, or name. // Ensure frames can be found by frame_tree_node_id, routing ID, or name.
TEST_F(FrameTreeTest, FindFrames) { // Disabled due to flakiness: http://crbug.com/826599
TEST_F(FrameTreeTest, DISABLED_FindFrames) {
main_test_rfh()->InitializeRenderFrameIfNeeded(); main_test_rfh()->InitializeRenderFrameIfNeeded();
// Add a few child frames to the main frame. // Add a few child frames to the main frame.
......
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