diff options
author | robertshield@google.com <robertshield@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 18:42:55 +0000 |
---|---|---|
committer | robertshield@google.com <robertshield@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 18:42:55 +0000 |
commit | ca967acb9a3a63fa6838ea5f4a611984082b4f83 (patch) | |
tree | 508974dcac08ac6b32087cc48ec4a337ea2c8cbd /chrome/common | |
parent | 66fa98d4efa19c3a98db5468075e37d2937d8070 (diff) | |
download | chromium_src-ca967acb9a3a63fa6838ea5f4a611984082b4f83.zip chromium_src-ca967acb9a3a63fa6838ea5f4a611984082b4f83.tar.gz chromium_src-ca967acb9a3a63fa6838ea5f4a611984082b4f83.tar.bz2 |
Re-disable the PrefService PreservedWindowPlacementIsLoaded UI test until I figure out why the official builder doesn't like it.
TBR=hclam
Review URL: http://codereview.chromium.org/113040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15433 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/pref_service_uitest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/pref_service_uitest.cc b/chrome/common/pref_service_uitest.cc index a357af6..1793308 100644 --- a/chrome/common/pref_service_uitest.cc +++ b/chrome/common/pref_service_uitest.cc @@ -76,7 +76,7 @@ public: // Also, not sure what should happen on the mac. In any case, the code below // (minus the Windows bits) compiles fine on my Linux box now. // TODO(port): revisit this. -TEST_F(PreferenceServiceTest, PreservedWindowPlacementIsLoaded) { +TEST_F(PreferenceServiceTest, DISABLED_PreservedWindowPlacementIsLoaded) { // The window should open with the reference profile ASSERT_TRUE(LaunchAppWithProfile()); |