Commit 09da3183 authored by James Cook's avatar James Cook Committed by Commit Bot

Disable ContextMenuBrowserTest.OpenInAppAbsentForURLsInNonLocallyInstalledApp

It's flaky on Windows and Chrome OS.

Tbr: lazyboy@chromium.org
Bug: 1119807
Change-Id: I2daf1c86ca220afef0c48e204cf61a85db61eed0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446189Reviewed-by: default avatarJames Cook <jamescook@chromium.org>
Commit-Queue: James Cook <jamescook@chromium.org>
Cr-Commit-Position: refs/heads/master@{#813209}
parent 10ced8a9
......@@ -513,8 +513,16 @@ IN_PROC_BROWSER_TEST_F(ContextMenuBrowserTest,
IDC_OPEN_LINK_IN_PROFILE_LAST));
}
// Flaky crashes on Windows and Chrome OS. https://crbug.com/1119807
#if defined(OS_WIN) || defined(OS_CHROMEOS)
#define MAYBE_OpenInAppAbsentForURLsInNonLocallyInstalledApp \
DISABLED_OpenInAppAbsentForURLsInNonLocallyInstalledApp
#else
#define MAYBE_OpenInAppAbsentForURLsInNonLocallyInstalledApp \
OpenInAppAbsentForURLsInNonLocallyInstalledApp
#endif
IN_PROC_BROWSER_TEST_F(ContextMenuBrowserTest,
OpenInAppAbsentForURLsInNonLocallyInstalledApp) {
MAYBE_OpenInAppAbsentForURLsInNonLocallyInstalledApp) {
const AppId app_id = InstallTestWebApp(GURL(kAppUrl1));
// Part of the installation process (setting that this is a locally installed
......
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