diff options
-rw-r--r-- | chrome/browser/profile_manager_unittest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/profile_manager_unittest.cc b/chrome/browser/profile_manager_unittest.cc index e7f03ec..b236f67 100644 --- a/chrome/browser/profile_manager_unittest.cc +++ b/chrome/browser/profile_manager_unittest.cc @@ -86,7 +86,9 @@ TEST_F(ProfileManagerTest, CreateProfile) { #endif } -TEST_F(ProfileManagerTest, CreateAndUseTwoProfiles) { +// TODO(timsteele): This is disabled while I try to track down a purify +// regression (http://crbug.com/10553). +TEST_F(ProfileManagerTest, DISABLED_CreateAndUseTwoProfiles) { FilePath source_path; PathService::Get(chrome::DIR_TEST_DATA, &source_path); source_path = source_path.Append(FILE_PATH_LITERAL("profiles")); |