diff options
author | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-23 02:21:20 +0000 |
---|---|---|
committer | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-23 02:21:20 +0000 |
commit | 92d994333568fc753e72f353fd55c4e9c47b3935 (patch) | |
tree | 831eaabc30ef767d725b3fce955f16abba20cbf6 /chrome/test | |
parent | 89e99aec1f99ae56f17346aa3c62eede378f9f5e (diff) | |
download | chromium_src-92d994333568fc753e72f353fd55c4e9c47b3935.zip chromium_src-92d994333568fc753e72f353fd55c4e9c47b3935.tar.gz chromium_src-92d994333568fc753e72f353fd55c4e9c47b3935.tar.bz2 |
Temporarily disable sync.SyncTest.testRestartBrowser
The pyauto test sync.SyncTest.testRestartBrowser depends on the fix in
http://src.chromium.org/viewvc/chrome?view=rev&revision=82730 in order
to run successfully.
This patch temporarily disables the test until the pyauto bots catch up
with the required revision.
TBR=nirnimesh@chromium.org
BUG=none
TEST=sync.SyncTest.testRestartBrowser
Review URL: http://codereview.chromium.org/6896045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82774 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index e71d966..ca4343f 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -101,6 +101,8 @@ # 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', ], |