diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-12 20:17:39 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-12 20:17:39 +0000 |
commit | 8afe94a46cdb65309e29aef949171e22c23018b2 (patch) | |
tree | 81c847d3d9b79891289df1395583fc5238d62a93 /chrome/browser/views | |
parent | f6c9867a1f7a0747377c9ff3c14c145660a06b23 (diff) | |
download | chromium_src-8afe94a46cdb65309e29aef949171e22c23018b2.zip chromium_src-8afe94a46cdb65309e29aef949171e22c23018b2.tar.gz chromium_src-8afe94a46cdb65309e29aef949171e22c23018b2.tar.bz2 |
Disable SyncSetupWizardTest again.
TBR=cmp
BUG=19002
Review URL: http://codereview.chromium.org/165400
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23213 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views')
-rw-r--r-- | chrome/browser/views/sync/sync_setup_wizard_unittest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/views/sync/sync_setup_wizard_unittest.cc b/chrome/browser/views/sync/sync_setup_wizard_unittest.cc index b465f69..75a7ccf 100644 --- a/chrome/browser/views/sync/sync_setup_wizard_unittest.cc +++ b/chrome/browser/views/sync/sync_setup_wizard_unittest.cc @@ -1,6 +1,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// TODO(timsteele): Re-enable ASAP. http://crbug.com/19002 +#if 0 #ifdef CHROME_PERSONALIZATION #include "testing/gtest/include/gtest/gtest.h" @@ -342,4 +344,4 @@ TEST_F(SyncSetupWizardTest, DiscreteRun) { } #endif // CHROME_PERSONALIZATION - +#endif |