diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 17:15:41 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 17:15:41 +0000 |
commit | 3bacc9d290fd9e946e1243f41fa6e7b3ac949e57 (patch) | |
tree | da2f2852acda824833c226c3108ca3b5ec55c86d /chrome/browser/profile_manager_unittest.cc | |
parent | 65e051b2ea556ebbbfbff593ffd6a2f8cb275bf6 (diff) | |
download | chromium_src-3bacc9d290fd9e946e1243f41fa6e7b3ac949e57.zip chromium_src-3bacc9d290fd9e946e1243f41fa6e7b3ac949e57.tar.gz chromium_src-3bacc9d290fd9e946e1243f41fa6e7b3ac949e57.tar.bz2 |
Disable a test I added yesterday in attempt to track down
purify regression.
TBR=erikkay
Review URL: http://codereview.chromium.org/68016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13753 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile_manager_unittest.cc')
-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")); |