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"));