Index: chrome/test/functional/PYAUTO_TESTS |
=================================================================== |
--- chrome/test/functional/PYAUTO_TESTS (revision 109373) |
+++ chrome/test/functional/PYAUTO_TESTS (working copy) |
@@ -132,6 +132,10 @@ |
], |
'win': [ |
+ # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, |
+ # which contains the sync protobufs. |
+ 'sync.SyncIntegrationTest', |
+ |
# ================================================== |
# Disabled tests that need to be investigated/fixed. |
# ================================================== |
@@ -162,7 +166,7 @@ |
# causes browser crash? crbug.com/99865 |
'-prefs.PrefsTest.testGeolocationPref', |
# crbug.com/88679 |
- '-sync', |
+ '-sync.SyncTest', |
# crbug.com/86949 |
'-sync.SyncTest.testRestartBrowser', |
# crbug.com/87642 |
@@ -419,7 +423,6 @@ |
], |
'win': [ |
- 'sync.SyncIntegrationTest', |
], |
'mac': [ |