Commit 1001c66b authored by Roman Sorokin's avatar Roman Sorokin Committed by Roman Sorokin [CET]

[Sheriff] Disable TopControlsSlideControllerTest.DisplayRotation

TBR=afakhry@chromium.org

Bug: 1106036
Change-Id: I03a33991b8956ea702ef85fd6b5e3f481c2e9096
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320166Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791784}
parent e5c17309
......@@ -905,7 +905,9 @@ class BrowserViewLayoutWaiter : public views::ViewObserver {
DISALLOW_COPY_AND_ASSIGN(BrowserViewLayoutWaiter);
};
IN_PROC_BROWSER_TEST_F(TopControlsSlideControllerTest, DisplayRotation) {
// Flaky https://crbug.com/1106036.
IN_PROC_BROWSER_TEST_F(TopControlsSlideControllerTest,
DISABLED_DisplayRotation) {
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