| Index: chrome/browser/apps/web_view_browsertest.cc
|
| diff --git a/chrome/browser/apps/web_view_browsertest.cc b/chrome/browser/apps/web_view_browsertest.cc
|
| index 476d26729aec9aed36cbe90c7b18771caeee25e4..e13a338c6a1e42a641d0508bb22d0403c9c1212a 100644
|
| --- a/chrome/browser/apps/web_view_browsertest.cc
|
| +++ b/chrome/browser/apps/web_view_browsertest.cc
|
| @@ -1845,8 +1845,10 @@ IN_PROC_BROWSER_TEST_F(WebViewTest, Dialog_TestConfirmDialogDefaultCancel) {
|
| }
|
|
|
| // TODO(fsamuel): This test consistently times out when run in parallel with
|
| -// other tests, but consistently passes when retried http://crbug.com/314809
|
| -IN_PROC_BROWSER_TEST_F(WebViewTest, Dialog_TestConfirmDialogDefaultGCCancel) {
|
| +// other tests, but consistently passes when retried. Disable for now.
|
| +// See http://crbug.com/314809
|
| +IN_PROC_BROWSER_TEST_F(WebViewTest,
|
| + DISABLED_Dialog_TestConfirmDialogDefaultGCCancel) {
|
| TestHelper("testConfirmDialogDefaultGCCancel",
|
| "DoneDialogTest.PASSED",
|
| "DoneDialogTest.FAILED",
|
|
|