commit | dd6f4b1f9f58ad444db9baa976cb58648a8595b7 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jul 15 15:55:18 2011 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jul 15 15:55:18 2011 |
tree | 42a4ca067cc8a7de1c9437f6d0bf2e6be30bef35 | |
parent | 1822a424381f493372697dfb260d7a760363f430 [diff] [blame] |
Disable ProfileManagerTest.CreateProfilesAsync due to crashes. e.g. http://build.chromium.org/p/chromium/builders/Linux%20Tests%20%28ChromiumOS%20dbg%29%282%29/builds/2565/steps/unit_tests/logs/stdio TBR=altimofeev BUG=89421 TEST=no Review URL: http://codereview.chromium.org/7390009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92698 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/profiles/profile_manager_unittest.cc b/chrome/browser/profiles/profile_manager_unittest.cc index ee8831f..5386fd9 100644 --- a/chrome/browser/profiles/profile_manager_unittest.cc +++ b/chrome/browser/profiles/profile_manager_unittest.cc
@@ -182,7 +182,7 @@ } // Tests asynchronous profile creation mechanism. -TEST_F(ProfileManagerTest, CreateProfileAsync) { +TEST_F(ProfileManagerTest, DISABLED_CreateProfileAsync) { FilePath dest_path = temp_dir_.path().Append(FILE_PATH_LITERAL("New Profile"));