Commit 9e68d697 authored by Roman Sorokin's avatar Roman Sorokin Committed by Commit Bot

Sheriff: Disable HostedAppPWAOnlyTest.ShouldNotShowToolbarForSystemWebAppInChrome

On Linux/Chrome OS debug bots

TBR=harrisjay@chromium.org
TBR=benwells@chromium.org

Bug: 966834
Change-Id: I3244d6298c704d9afa755c090829f82c4f10cf4d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628749
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#663066}
parent 13d29bcf
...@@ -1614,10 +1614,18 @@ IN_PROC_BROWSER_TEST_P(HostedAppPWAOnlyTest, ShouldShowToolbarForSystemApp) { ...@@ -1614,10 +1614,18 @@ IN_PROC_BROWSER_TEST_P(HostedAppPWAOnlyTest, ShouldShowToolbarForSystemApp) {
NavigateAndCheckForToolbar(app_browser_, app_url, false); NavigateAndCheckForToolbar(app_browser_, app_url, false);
} }
#if (defined(OS_LINUX) || defined(OS_CHROMEOS)) && !defined(NDEBUG)
// https://crbug.com/966834. Flaky on Linux/Chrome OS debug bots.
#define MAYBE_ShouldNotShowToolbarForSystemWebAppInChrome \
DISABLED_ShouldNotShowToolbarForSystemWebAppInChrome
#else
#define MAYBE_ShouldNotShowToolbarForSystemWebAppInChrome \
ShouldNotShowToolbarForSystemWebAppInChrome
#endif
// Check the toolbar is not shown for system web apps for pages on the chrome:// // Check the toolbar is not shown for system web apps for pages on the chrome://
// scheme. // scheme.
IN_PROC_BROWSER_TEST_P(HostedAppPWAOnlyTest, IN_PROC_BROWSER_TEST_P(HostedAppPWAOnlyTest,
ShouldNotShowToolbarForSystemWebAppInChrome) { MAYBE_ShouldNotShowToolbarForSystemWebAppInChrome) {
const GURL app_url(chrome::kChromeUISettingsURL); const GURL app_url(chrome::kChromeUISettingsURL);
SetupSystemAppWithURL(app_url); SetupSystemAppWithURL(app_url);
......
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