Skip to content

Commit

Permalink
Don't run StatusTrayWinTest.ClickOnIcon on bots since it fails on the…
Browse files Browse the repository at this point in the history
…m. It does pass locally though.

BUG=156370
Review URL: https://codereview.chromium.org/11198033

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162428 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
jam@chromium.org committed Oct 17, 2012
1 parent dfb37fe commit 9e8cf87
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ TEST(StatusTrayWinTest, CreateIconAndMenu) {
icon->SetContextMenu(menu);
}

#if !defined(USE_AURA) // http://crbug.com/156370
TEST(StatusTrayWinTest, ClickOnIcon) {
// Create an icon, send a fake click event, make sure observer is called.
StatusTrayWin tray;
Expand All @@ -54,3 +55,4 @@ TEST(StatusTrayWinTest, ClickOnIcon) {
tray.WndProc(NULL, icon->message_id(), icon->icon_id(), WM_RBUTTONDOWN);
icon->RemoveObserver(&observer);
}
// !defined(USE_AURA)

0 comments on commit 9e8cf87

Please sign in to comment.