diff options
author | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-24 19:04:33 +0000 |
---|---|---|
committer | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-24 19:04:33 +0000 |
commit | 69f0c53ab5d06c1a17f148d8d297dc468ffb7e70 (patch) | |
tree | 24bd94468e5efac0936ccb0a80c7eb76be474d00 | |
parent | 0d05124a897d2cad3eb957d79318dc9b26228f18 (diff) | |
download | chromium_src-69f0c53ab5d06c1a17f148d8d297dc468ffb7e70.zip chromium_src-69f0c53ab5d06c1a17f148d8d297dc468ffb7e70.tar.gz chromium_src-69f0c53ab5d06c1a17f148d8d297dc468ffb7e70.tar.bz2 |
Re-enable sync pyauto test that restarts browser
Now that the pyauto sync bots have caught up with all the sync pyauto
fixes, it's time to re-enable the sync test that restarts the browser.
TBR=nirnimesh@chromium.org
BUG=none
TEST=manually ran sync.SyncTest.testRestartBrowser on win pyauto bot.
Review URL: http://codereview.chromium.org/6880167
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82823 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index ca4343f..e71d966 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -101,8 +101,6 @@ # crbug.com/67851 '-special_tabs.SpecialTabsTest.testAboutDNSTab', 'sync', - # Temporarily disabled until the bots catch up with the fix in r82730. - '-sync.SyncTest.testRestartBrowser', 'test_basic', 'themes', ], |