Commit 8e2e051b authored by Henrik Boström's avatar Henrik Boström Committed by Commit Bot

Disable flaky WriteToClipboardFolderAndURL.

See bug.

TBR=huangdarwin@chromium.org, sky@chromium.org, dcheng@chromium.org, staphany@chromium.org

Bug: 1010415
Change-Id: I0d0ec9fbeac9af7e2f3cc60e723fffcd9ca83d73
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835501Reviewed-by: default avatarHenrik Boström <hbos@chromium.org>
Commit-Queue: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#701991}
parent 699bc9b3
......@@ -367,7 +367,9 @@ TEST_F(BookmarkNodeDataTest, WriteToClipboardFolderWithChildren) {
EXPECT_EQ(base::ASCIIToUTF16("g1"), clipboard_result);
}
TEST_F(BookmarkNodeDataTest, WriteToClipboardFolderAndURL) {
// TODO(https://crbug.com/1010415): This test is flaky on various platforms, fix
// and re-enable it.
TEST_F(BookmarkNodeDataTest, DISABLED_WriteToClipboardFolderAndURL) {
BookmarkNodeData data;
GURL url(GURL("http://foo.com"));
const base::string16 title(ASCIIToUTF16("blah"));
......
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