Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6105)

Unified Diff: chrome/test/functional/PYAUTO_TESTS

Issue 8508044: Moved sync.SyncIntegrationTest from CONTINUOUS_PUBLIC suite to CONTINUOUS suite. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698