diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/chrome_main_uitest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/app/chrome_main_uitest.cc b/chrome/app/chrome_main_uitest.cc index 4689d27..41fd782 100644 --- a/chrome/app/chrome_main_uitest.cc +++ b/chrome/app/chrome_main_uitest.cc @@ -31,7 +31,8 @@ TEST_F(ChromeMainTest, AppTestingInterface) { } // Make sure that the second invocation creates a new window. -TEST_F(ChromeMainTest, SecondLaunch) { +// This test is disabled. See bug 5671. +TEST_F(ChromeMainTest, DISABLED_SecondLaunch) { include_testing_id_ = false; use_existing_browser_ = true; |