Commit 4430d57a authored by Per's avatar Per

Disable flaky test BookmarkBarViewTest17.ContextMenus3 on win

BUG=453796
TBR=spang@chromium.org,sky@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#313906}
parent 4f074221
...@@ -1673,7 +1673,14 @@ class BookmarkBarViewTest17 : public BookmarkBarViewEventTestBase { ...@@ -1673,7 +1673,14 @@ class BookmarkBarViewTest17 : public BookmarkBarViewEventTestBase {
BookmarkContextMenuNotificationObserver observer_; BookmarkContextMenuNotificationObserver observer_;
}; };
VIEW_TEST(BookmarkBarViewTest17, ContextMenus3) #if defined(OS_WIN)
// Flaky on Win7. crbug/453796
#define MAYBE_ContextMenus3 DISABLED_ContextMenus3
#else
#define MAYBE_ContextMenus3 ContextMenus3
#endif
VIEW_TEST(BookmarkBarViewTest17, MAYBE_ContextMenus3)
// Verifies sibling menus works. Clicks on the 'other bookmarks' folder, then // Verifies sibling menus works. Clicks on the 'other bookmarks' folder, then
// moves the mouse over the first item on the bookmark bar and makes sure the // moves the mouse over the first item on the bookmark bar and makes sure the
......
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