diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 22:58:20 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 22:58:20 +0000 |
commit | ae4c5dec173350d6d42fcf818a620f7218a79be0 (patch) | |
tree | 903c4a85fd6a3df398f4e2019dc1a0557a4ac35a /chrome/common/pref_service_uitest.cc | |
parent | 3d22377a6a2fce063e7e42385714dfbb4eb74a3d (diff) | |
download | chromium_src-ae4c5dec173350d6d42fcf818a620f7218a79be0.zip chromium_src-ae4c5dec173350d6d42fcf818a620f7218a79be0.tar.gz chromium_src-ae4c5dec173350d6d42fcf818a620f7218a79be0.tar.bz2 |
disabling a ui test while I investigate its failure
tbr=thestig
Review URL: http://codereview.chromium.org/113006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15348 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_service_uitest.cc')
-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 6e2ab7f..875f430 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()); |