Commit b4815b9f authored by jam@chromium.org's avatar jam@chromium.org

Disable BookmarkBarViewTest5.DND as it's flaky.

I see it sometimes failing on try jobs even with reruns.

BUG=128961
TBR=sky@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#289309}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289309 0039d316-1c4b-4281-b951-d872f2087c98
parent f0d1cf36
...@@ -733,7 +733,9 @@ class BookmarkBarViewTest5 : public BookmarkBarViewEventTestBase { ...@@ -733,7 +733,9 @@ class BookmarkBarViewTest5 : public BookmarkBarViewEventTestBase {
GURL url_dragging_; GURL url_dragging_;
}; };
#if !defined(OS_WIN) // flaky http://crbug.com/400578
VIEW_TEST(BookmarkBarViewTest5, MAYBE(DND)) VIEW_TEST(BookmarkBarViewTest5, MAYBE(DND))
#endif
// Tests holding mouse down on overflow button, dragging such that menu pops up // Tests holding mouse down on overflow button, dragging such that menu pops up
// then selecting an item. // then selecting an item.
......
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