Commit a75887e3 authored by Kevin Marshall's avatar Kevin Marshall Committed by Commit Bot

Suppress flaky DownloadShelfControllerTest.AddAndRemoveWithActiveItem.

TBR=qinmin@chromium.org

Bug: 832389
Change-Id: I3ba544b2413a6ce30038e60ae314a11abbab7bf6
Reviewed-on: https://chromium-review.googlesource.com/1011662Reviewed-by: default avatarKevin Marshall <kmarshall@chromium.org>
Reviewed-by: default avatarMin Qin <qinmin@chromium.org>
Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552095}
parent 60891fef
...@@ -185,7 +185,9 @@ TEST_F(DownloadShelfControllerTest, AddAndRemoveDownload) { ...@@ -185,7 +185,9 @@ TEST_F(DownloadShelfControllerTest, AddAndRemoveDownload) {
// Test that the shelf doesn't close automatically after a removal if there are // Test that the shelf doesn't close automatically after a removal if there are
// active download items still on the shelf. // active download items still on the shelf.
TEST_F(DownloadShelfControllerTest, AddAndRemoveWithActiveItem) { // Disabled due to flakiness. https://crbug.com/832389
#define MAYBE_AddAndRemoveWithActiveItem DISABLED_AddAndRemoveWithActiveItem
TEST_F(DownloadShelfControllerTest, MAYBE_AddAndRemoveWithActiveItem) {
base::scoped_nsobject<DownloadItemController> item1(CreateItemController()); base::scoped_nsobject<DownloadItemController> item1(CreateItemController());
base::scoped_nsobject<DownloadItemController> item2(CreateItemController()); base::scoped_nsobject<DownloadItemController> item2(CreateItemController());
[shelf_ showDownloadShelf:YES isUserAction:NO animate:YES]; [shelf_ showDownloadShelf:YES isUserAction:NO animate:YES];
......
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