Commit 156f9291 authored by Chris Cunningham's avatar Chris Cunningham Committed by Commit Bot

disable TestFocusEditableElements on linux

TBR=afakhry@chromium.org

Bug: 1049178
Change-Id: I82ef50ebf23e905f45c0bcdc8f3ac4b31cfd026c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075400Reviewed-by: default avatarChrome Cunningham <chcunningham@chromium.org>
Reviewed-by: default avatarAhmed Fakhry <afakhry@chromium.org>
Commit-Queue: Chrome Cunningham <chcunningham@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744879}
parent 52e2324c
......@@ -749,8 +749,9 @@ IN_PROC_BROWSER_TEST_F(TopControlsSlideControllerTest, TestClosingATab) {
TopChromeShownState::kFullyHidden);
}
// Disabled for flakes. See http://crbug.com/1049178
IN_PROC_BROWSER_TEST_F(TopControlsSlideControllerTest,
TestFocusEditableElements) {
DISABLE_TestFocusEditableElements) {
ToggleTabletMode();
ASSERT_TRUE(GetTabletModeEnabled());
EXPECT_TRUE(top_controls_slide_controller()->IsEnabled());
......
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