Commit 71669148 authored by dyu@chromium.org's avatar dyu@chromium.org

Moved sync.SyncIntegrationTest from CONTINUOUS_PUBLIC suite to CONTINUOUS suite.

BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8508044

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109909 0039d316-1c4b-4281-b951-d872f2087c98
parent 99e02687
...@@ -132,6 +132,10 @@ ...@@ -132,6 +132,10 @@
], ],
'win': [ 'win': [
# Enable sync.SyncIntegrationTest only for windows CONTINUIOUS,
# which contains the sync protobufs.
'sync.SyncIntegrationTest',
# ================================================== # ==================================================
# Disabled tests that need to be investigated/fixed. # Disabled tests that need to be investigated/fixed.
# ================================================== # ==================================================
...@@ -154,7 +158,7 @@ ...@@ -154,7 +158,7 @@
# causes browser crash? crbug.com/99865 # causes browser crash? crbug.com/99865
'-prefs.PrefsTest.testGeolocationPref', '-prefs.PrefsTest.testGeolocationPref',
# crbug.com/88679 # crbug.com/88679
'-sync', '-sync.SyncTest',
# crbug.com/86949 # crbug.com/86949
'-sync.SyncTest.testRestartBrowser', '-sync.SyncTest.testRestartBrowser',
# crbug.com/87642 # crbug.com/87642
...@@ -403,7 +407,6 @@ ...@@ -403,7 +407,6 @@
], ],
'win': [ 'win': [
'sync.SyncIntegrationTest',
], ],
'mac': [ 'mac': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment