Commit 2cc79e41 authored by Tom Anderson's avatar Tom Anderson Committed by Commit Bot

Disable flaky X11TopmostWindowFinderTest.Menu

R=sky

Bug: 955316
Change-Id: I24701fa5e7c51d2469f980acafbe61a1e078818e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2335477
Auto-Submit: Thomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Reviewed-by: default avatarScott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#794253}
parent 3758f050
...@@ -376,7 +376,9 @@ TEST_F(X11TopmostWindowFinderTest, NonRectangularNullShape) { ...@@ -376,7 +376,9 @@ TEST_F(X11TopmostWindowFinderTest, NonRectangularNullShape) {
// Test that the TopmostWindowFinder finds windows which belong to menus // Test that the TopmostWindowFinder finds windows which belong to menus
// (which may or may not belong to Chrome). // (which may or may not belong to Chrome).
TEST_F(X11TopmostWindowFinderTest, Menu) { //
// Flakes (https://crbug.com/955316)
TEST_F(X11TopmostWindowFinderTest, DISABLED_Menu) {
x11::Window window = CreateAndShowXWindow(gfx::Rect(100, 100, 100, 100)); x11::Window window = CreateAndShowXWindow(gfx::Rect(100, 100, 100, 100));
x11::Window root = ui::GetX11RootWindow(); x11::Window root = ui::GetX11RootWindow();
......
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