| Index: chrome/browser/blocked_popup_container_interactive_uitest.cc
|
| diff --git a/chrome/browser/blocked_popup_container_interactive_uitest.cc b/chrome/browser/blocked_popup_container_interactive_uitest.cc
|
| index 86d6c131e82862ca4b79e6a32609952f6f62e9f9..754be302435ae7710c3607e28fb3228ec1b8daa5 100644
|
| --- a/chrome/browser/blocked_popup_container_interactive_uitest.cc
|
| +++ b/chrome/browser/blocked_popup_container_interactive_uitest.cc
|
| @@ -134,7 +134,8 @@ bool ParseCountOutOfTitle(const std::wstring& title, int* output) {
|
|
|
| // Tests that in the window.open() equivalent of a fork bomb, we stop building
|
| // windows.
|
| -TEST_F(BlockedPopupContainerInteractiveTest, DontSpawnEndlessPopups) {
|
| +// Flaky, http://crbug.com/26692.
|
| +TEST_F(BlockedPopupContainerInteractiveTest, FLAKY_DontSpawnEndlessPopups) {
|
| NavigateMainTabTo("infinite_popups.html");
|
| SimulateClickInCenterOf(window_);
|
|
|
|
|