Commit 9f7f0854 authored by Chris Sharp's avatar Chris Sharp Committed by Commit Bot

Disable MediaRouterIntegrationBrowserTest.OpenLocalMediaFileInNewTab on linux

TBR=takumif@chromium.org

Bug: 1095068
Change-Id: I60ea6b482f0436b0113b33d8a50e2530829e6658
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2260431Reviewed-by: default avatarChris Sharp <csharp@chromium.org>
Commit-Queue: Chris Sharp <csharp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#781525}
parent ed6d5eb9
......@@ -442,9 +442,16 @@ IN_PROC_BROWSER_TEST_F(MediaRouterIntegrationBrowserTest,
test_ui_->WaitForAnyRoute();
}
// Crashes on Linux. http://crbug.com/1095068
#if defined(OS_LINUX)
#define MAYBE_OpenLocalMediaFileInNewTab DISABLED_OpenLocalMediaFileInNewTab
#else
#define MAYBE_OpenLocalMediaFileInNewTab OpenLocalMediaFileInNewTab
#endif
// Tests that creating a route with a local file opens the file in a new tab.
IN_PROC_BROWSER_TEST_F(MediaRouterIntegrationBrowserTest,
OpenLocalMediaFileInNewTab) {
MAYBE_OpenLocalMediaFileInNewTab) {
// Start at a tab with content in it, the file will open in a new tab.
ui_test_utils::NavigateToURL(browser(), GURL("https://google.com"));
// Make sure there is 1 tab.
......
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