summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorrobertshield@google.com <robertshield@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-06 18:42:55 +0000
committerrobertshield@google.com <robertshield@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-06 18:42:55 +0000
commitca967acb9a3a63fa6838ea5f4a611984082b4f83 (patch)
tree508974dcac08ac6b32087cc48ec4a337ea2c8cbd /chrome/common
parent66fa98d4efa19c3a98db5468075e37d2937d8070 (diff)
downloadchromium_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.cc2
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());