summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-11 23:01:03 +0000
committerrsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-11 23:01:03 +0000
commitb9f56d7d131336547a474ec8576c78382daf1625 (patch)
tree39b7a91bdeea0ef0737347608847ff26a0fcad3e
parentcb4c7e9c14513d2da3566695fe414d974d6cad17 (diff)
downloadchromium_src-b9f56d7d131336547a474ec8576c78382daf1625.zip
chromium_src-b9f56d7d131336547a474ec8576c78382daf1625.tar.gz
chromium_src-b9f56d7d131336547a474ec8576c78382daf1625.tar.bz2
Re-enable pyauto sync tests on Chrome
The pyauto sync tests were failing because the test account they use was running into a secondary passphrase during login. It isn't clear why this passphrase was set, although from server logs, it was set at 2011-05-09 11:19:26. The passphrase has since been removed from the test account. This patch enables the sync pyauto tests on Chrome. A separate patch will enable them on Chrome os. BUG=82247, chromium-os:15016 TEST=sync.py Review URL: http://codereview.chromium.org/6973019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85067 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/test/functional/PYAUTO_TESTS4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
index d9eee42..9ea1939 100644
--- a/chrome/test/functional/PYAUTO_TESTS
+++ b/chrome/test/functional/PYAUTO_TESTS
@@ -75,7 +75,7 @@
'special_tabs',
# Flaky: crbug.com/67851
'-special_tabs.SpecialTabsTest.testAboutDNSTab',
- # 'sync', # browser crash - crbug.com/82247
+ 'sync',
'test_basic',
'themes',
],
@@ -198,7 +198,7 @@
'-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito',
'-notifications.NotificationsTest.testPermissionInfobarAppears',
- # sync tests cause segfault. crosbug.com/15016
+ # sync tests were running into a secondary passphrase. crosbug.com/15016.
'-sync',
],
},