Commit c5881eb0 authored by Aaron Colwell's avatar Aaron Colwell Committed by Commit Bot

Temporarily disable NavigationUrlRewriteBrowserTest on Android.

Bug: 1021779, 1016711
Change-Id: I77763126e83505a49f086de87a4e4dd08304ca7c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904813
Commit-Queue: Aaron Colwell <acolwell@chromium.org>
Reviewed-by: default avatarAlex Moshchuk <alexmos@chromium.org>
Auto-Submit: Aaron Colwell <acolwell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#713745}
parent c258473f
......@@ -3119,10 +3119,19 @@ INSTANTIATE_TEST_SUITE_P(/* no prefix */,
NavigationUrlRewriteBrowserTest,
::testing::Bool());
// TODO(1021779): Figure out why this fails on the kitkat-dbg builder
// and re-enable for all platforms.
#if defined(OS_ANDROID) && !defined(NDEBUG)
#define DISABLE_ON_ANDROID_DEBUG(x) DISABLED_##x
#else
#define DISABLE_ON_ANDROID_DEBUG(x) x
#endif
// Tests navigating to a URL that gets rewritten to a "no access" URL. This
// mimics the behavior of navigating to special URLs like chrome://newtab and
// chrome://history which get rewritten to "no access" chrome-native:// URLs.
IN_PROC_BROWSER_TEST_P(NavigationUrlRewriteBrowserTest, RewriteToNoAccess) {
IN_PROC_BROWSER_TEST_P(NavigationUrlRewriteBrowserTest,
DISABLE_ON_ANDROID_DEBUG(RewriteToNoAccess)) {
// Perform an initial navigation.
{
TestNavigationObserver observer(shell()->web_contents());
......
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