Commit 75ef0aa5 authored by Nina Satragno's avatar Nina Satragno Committed by Commit Bot

[sheriff] Disable TestClosingATab

Disable TopControlsSlideControllerTest.TestClosingATab. Flaky on
chromeos (but only runs on chromeos).

Tbr: afakhry@chromium.org
Bug: 1110442
Change-Id: I916aed85364645227ae2b5f29e7e9a52470ae483
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2546979Reviewed-by: default avatarNina Satragno <nsatragno@chromium.org>
Commit-Queue: Nina Satragno <nsatragno@chromium.org>
Cr-Commit-Position: refs/heads/master@{#828941}
parent 413a7a7c
......@@ -1036,7 +1036,8 @@ class PageStateUpdateWaiter : content::WebContentsObserver {
// Verifies that we ignore the shown ratios sent from widgets other than that of
// the main frame (such as widgets of the drop-down menus in web pages).
// https://crbug.com/891471.
IN_PROC_BROWSER_TEST_F(TopControlsSlideControllerTest, TestDropDowns) {
// TODO(crbug.com/1110442): flaky.
IN_PROC_BROWSER_TEST_F(TopControlsSlideControllerTest, DISABLED_TestDropDowns) {
browser_view()->frame()->Maximize();
ToggleTabletMode();
ASSERT_TRUE(GetTabletModeEnabled());
......
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