diff options
author | dyu@chromium.org <dyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 00:10:19 +0000 |
---|---|---|
committer | dyu@chromium.org <dyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 00:10:19 +0000 |
commit | b5cd7ba7587cddfb626b251f5010d758c952b353 (patch) | |
tree | cc74adda379fa089c5bd04424e65952af352e560 | |
parent | 6ffdb900a566f33ad07f1c53cc8d0ee4844cb93a (diff) | |
download | chromium_src-b5cd7ba7587cddfb626b251f5010d758c952b353.zip chromium_src-b5cd7ba7587cddfb626b251f5010d758c952b353.tar.gz chromium_src-b5cd7ba7587cddfb626b251f5010d758c952b353.tar.bz2 |
Disabling sync.SyncIntegreationTest in FULL windows section.
BUG=104179
TEST=none
Review URL: http://codereview.chromium.org/8564031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109988 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index df1369c..0d3aa9d 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -476,6 +476,9 @@ 'gpu', # Preloaded extensions affect process count: crbug.com/94350 '-process_count', + # Disable sync.SyncIntegrationTest on the QA bots in FULL, + # until sync protobufs are copied over. + '-sync.SyncIntegrationTest', # ================================================== # Disabled tests that need to be investigated/fixed. |