Commit e989b31d authored by Xing Liu's avatar Xing Liu Committed by Commit Bot

Disable NavigationEntryTest.NavigationEntryContentUri.

NavigationEntryTest.NavigationEntryContentUri is failing on Android
builders. This CL disables it.

TBR=arthursonzogni@chromium.org

Bug: 1050906
Change-Id: Ie43860ae550b11662087e7f1ffee5ebca85d1827
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086265Reviewed-by: default avatarXing Liu <xingliu@chromium.org>
Commit-Queue: Xing Liu <xingliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746644}
parent b64b1881
......@@ -345,8 +345,9 @@ TEST_F(NavigationEntryTest, NavigationEntryTimestamps) {
}
#if defined(OS_ANDROID)
// Failing test, see crbug/1050906.
// Test that content URIs correctly show the file display name as the title.
TEST_F(NavigationEntryTest, NavigationEntryContentUri) {
TEST_F(NavigationEntryTest, DISABLED_NavigationEntryContentUri) {
base::FilePath image_path;
EXPECT_TRUE(base::PathService::Get(base::DIR_SOURCE_ROOT, &image_path));
image_path = image_path.Append(FILE_PATH_LITERAL("content"));
......
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