Commit a26b9dd2 authored by Ryan Hamilton's avatar Ryan Hamilton

Disable flaky test InlineLoginUISafeIframeBrowserTest.NavigationToOtherChromeURLDisallowed

TBR=bauerb@chromium.org
BUG=456375

Review URL: https://codereview.chromium.org/893843009

Cr-Commit-Position: refs/heads/master@{#315144}
parent b8854d2b
......@@ -277,16 +277,9 @@ IN_PROC_BROWSER_TEST_F(InlineLoginUISafeIframeBrowserTest,
// Flaky on CrOS, http://crbug.com/364759.
// Also flaky on Mac, http://crbug.com/442674.
#if defined(OS_CHROMEOS) || defined(OS_MACOSX)
#define MAYBE_NavigationToOtherChromeURLDisallowed \
DISABLED_NavigationToOtherChromeURLDisallowed
#else
#define MAYBE_NavigationToOtherChromeURLDisallowed \
NavigationToOtherChromeURLDisallowed
#endif
// Also flaky on Linux which is just too flaky
IN_PROC_BROWSER_TEST_F(InlineLoginUISafeIframeBrowserTest,
MAYBE_NavigationToOtherChromeURLDisallowed) {
DISABLED_NavigationToOtherChromeURLDisallowed) {
ui_test_utils::NavigateToURL(
browser(), signin::GetPromoURL(signin_metrics::SOURCE_START_PAGE, false));
WaitUntilUIReady(browser());
......
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