Commit b8ceae7b authored by liberato@chromium.org's avatar liberato@chromium.org Committed by Commit Bot

Turn off BookmarkUtilsTest.PasteBookmarkFromURL

Test is flaky.

Bug: 1009587
Change-Id: Ic4c04980273e48b3802259d599407e46a1bda8e2
TBR: sky@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832249Reviewed-by: default avatarFrank Liberato <liberato@chromium.org>
Commit-Queue: Frank Liberato <liberato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#701668}
parent d48d4e57
......@@ -261,7 +261,7 @@ TEST_F(BookmarkUtilsTest, GetBookmarksMatchingPropertiesConjunction) {
// Copy and paste is not yet supported on iOS. http://crbug.com/228147
#if !defined(OS_IOS)
TEST_F(BookmarkUtilsTest, PasteBookmarkFromURL) {
TEST_F(BookmarkUtilsTest, DISABLED_PasteBookmarkFromURL) {
std::unique_ptr<BookmarkModel> model(TestBookmarkClient::CreateModel());
const base::string16 url_text = ASCIIToUTF16("http://www.google.com/");
const BookmarkNode* new_folder = model->AddFolder(
......
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