diff options
-rw-r--r-- | chrome/app/chrome_main_uitest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/chrome_main_uitest.cc b/chrome/app/chrome_main_uitest.cc index 4689d27..64b982a 100644 --- a/chrome/app/chrome_main_uitest.cc +++ b/chrome/app/chrome_main_uitest.cc @@ -31,7 +31,7 @@ TEST_F(ChromeMainTest, AppTestingInterface) { } // Make sure that the second invocation creates a new window. -TEST_F(ChromeMainTest, SecondLaunch) { +TEST_F(ChromeMainTest, DISABLED_SecondLaunch) { include_testing_id_ = false; use_existing_browser_ = true; |