| Index: chrome/test/automated_ui_tests/automated_ui_test_test.cc
|
| ===================================================================
|
| --- chrome/test/automated_ui_tests/automated_ui_test_test.cc (revision 30335)
|
| +++ chrome/test/automated_ui_tests/automated_ui_test_test.cc (working copy)
|
| @@ -27,10 +27,8 @@
|
| // http://code.google.com/p/chromium/issues/detail?id=14774
|
| #if defined(OS_WIN) && !defined(NDEBUG)
|
| #define MAYBE_CloseTab DISABLED_CloseTab
|
| -#define MAYBE_CloseBrowserWindow DISABLED_CloseBrowserWindow
|
| #else
|
| #define MAYBE_CloseTab CloseTab
|
| -#define MAYBE_CloseBrowserWindow CloseBrowserWindow
|
| #endif
|
|
|
| // Automation pieces are not implemented for these on platforms other than
|
| @@ -203,7 +201,8 @@
|
| ASSERT_EQ(1, num_browser_windows);
|
| }
|
|
|
| -TEST_F(AutomatedUITestBase, MAYBE_CloseBrowserWindow) {
|
| +// http://code.google.com/p/chromium/issues/detail?id=14774
|
| +TEST_F(AutomatedUITestBase, FLAKY_CloseBrowserWindow) {
|
| int tab_count;
|
| NewTab();
|
| active_browser()->GetTabCount(&tab_count);
|
|
|