Commit a10802d1 authored by Darwin Huang's avatar Darwin Huang Committed by Commit Bot

Sheriff: Disable flaky OpenDialogWithMediaRouterAction test.

TBR=takumif@chromium.org

Bug: 1124982
Change-Id: I5464b1abdf11c13fea7d0819abc809d2a6abf184
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424521Reviewed-by: default avatarDarwin Huang <huangdarwin@chromium.org>
Commit-Queue: Darwin Huang <huangdarwin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809627}
parent dd06deb4
......@@ -232,8 +232,18 @@ IN_PROC_BROWSER_TEST_F(MediaRouterUIBrowserTest,
EXPECT_TRUE(ToolbarIconExists());
}
// TODO(https://crbug.com/1124982): Fix flake on linux-lacros-rel and re-enable
// this test.
#if defined(OS_LINUX)
#define MAYBE_OpenDialogWithMediaRouterAction \
DISABLED_OpenDialogWithMediaRouterAction
#else
#define MAYBE_OpenDialogWithMediaRouterAction \
OpenDialogWithMediaRouterAction
#endif
IN_PROC_BROWSER_TEST_F(MediaRouterUIBrowserTest,
OpenDialogWithMediaRouterAction) {
MAYBE_OpenDialogWithMediaRouterAction) {
MediaRouterDialogController* dialog_controller = GetDialogController();
// We start off at about:blank page.
// Make sure there is 1 tab and media router is enabled.
......
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