Index: chrome/browser/unload_uitest.cc |
=================================================================== |
--- chrome/browser/unload_uitest.cc (revision 14126) |
+++ chrome/browser/unload_uitest.cc (working copy) |
@@ -216,7 +216,7 @@ |
// Tests closing the browser with a beforeunload handler and clicking |
// OK in the beforeunload confirm dialog. |
-TEST_F(UnloadTest, BrowserCloseBeforeUnloadOK) { |
+TEST_F(UnloadTest, DISABLED_BrowserCloseBeforeUnloadOK) { |
scoped_ptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); |
NavigateToDataURL(BEFORE_UNLOAD_HTML, L"beforeunload"); |
@@ -228,7 +228,7 @@ |
// Tests closing the browser with a beforeunload handler and clicking |
// CANCEL in the beforeunload confirm dialog. |
-TEST_F(UnloadTest, BrowserCloseBeforeUnloadCancel) { |
+TEST_F(UnloadTest, DISABLED_BrowserCloseBeforeUnloadCancel) { |
scoped_ptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); |
NavigateToDataURL(BEFORE_UNLOAD_HTML, L"beforeunload"); |