Commit a344f70e authored by kaiwang@chromium.org's avatar kaiwang@chromium.org

Disable flaky test: OldPanelDragBrowserTest.AttachWithSqueeze

BUG=141156
TBR=jennb@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10823206

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150372 0039d316-1c4b-4281-b951-d872f2087c98
parent 396a4dbc
......@@ -1214,7 +1214,8 @@ IN_PROC_BROWSER_TEST_F(OldPanelDragBrowserTest, DetachWithSqueeze) {
panel_manager->CloseAll();
}
IN_PROC_BROWSER_TEST_F(OldPanelDragBrowserTest, AttachWithSqueeze) {
// Flaky (sometimes timeout): http://crbug.com/141156
IN_PROC_BROWSER_TEST_F(OldPanelDragBrowserTest, DISABLED_AttachWithSqueeze) {
PanelManager* panel_manager = PanelManager::GetInstance();
DockedPanelStrip* docked_strip = panel_manager->docked_strip();
DetachedPanelStrip* detached_strip = panel_manager->detached_strip();
......
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