Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: chrome/browser/profiles/profile_manager_unittest.cc

Issue 7390009: Disable ProfileManagerTest.CreateProfilesAsync due to crashes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_manager_unittest.cc
diff --git a/chrome/browser/profiles/profile_manager_unittest.cc b/chrome/browser/profiles/profile_manager_unittest.cc
index e23b30a8f1a6b80cc9a7da775c93126700b75a7d..2bdeea15ee7d094b4e7f1156684ef7a614a962d6 100644
--- a/chrome/browser/profiles/profile_manager_unittest.cc
+++ b/chrome/browser/profiles/profile_manager_unittest.cc
@@ -181,7 +181,7 @@ TEST_F(ProfileManagerTest, CreateAndUseTwoProfiles) {
}
// 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"));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698