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

Unified Diff: chrome/test/functional/PYAUTO_TESTS

Issue 11971025: [sync] Divorce python sync test server chromiumsync.py from testserver.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 11 months 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 | « chrome/chrome_tests.gypi ('k') | chrome/test/functional/infobars.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/PYAUTO_TESTS
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
index 07653e0e10d47bb00dd8f575b09c313f3d6981fd..37ad0e0dd9218ef267f6a2fb2a797971f0dc4499 100644
--- a/chrome/test/functional/PYAUTO_TESTS
+++ b/chrome/test/functional/PYAUTO_TESTS
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Copyright 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
@@ -56,7 +56,6 @@
'pyauto_webdriver',
'search_engines',
'special_tabs',
- 'sync.SyncTest',
'test_pyauto',
# ===========================
@@ -90,8 +89,6 @@
'-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel',
# crbug.com/133315
'-infobars.OneClickInfobarTest.testDisplayOneClickInfobarAfterDismiss',
- # crbug.com/124913
- '-infobars.OneClickInfobarTest.testNoSameIDSigninForTwoProfiles',
# crbug.com/165843
'-instant.InstantTest.testInstantWithNonInstantSearchEngine',
# Mysteriously broken?
@@ -129,8 +126,6 @@
'-prefs_ui.PrefsUITest.testNoInitialLineEntryInUI',
# crbug.com/132285
'-special_tabs.SpecialTabsTest.testSpecialURLTabs',
- # crbug.com/88593
- '-sync.SyncTest.testPersonalStuffSyncSection',
# crbug.com/168081
'-ntp.NTPTest.testCloseOneTab',
],
@@ -171,16 +166,6 @@
# crbug.com/98526
'-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
'-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
- # Disable sync.SyncIntegrationTest on the QA bots in FULL,
- # until sync protobufs are copied over.
- # Also, see crbug.com/104227
- '-sync.SyncIntegrationTest',
- # crbug.com/88679
- '-sync.SyncTest',
- # crbug.com/86949
- '-sync.SyncTest.testRestartBrowser',
- # crbug.com/87642
- '-sync.SyncTest.testDisableAndEnableDatatypes',
],
'mac': [
@@ -215,8 +200,6 @@
'-passwords',
# crbug.com/69619
'-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
- # Keychain popups make sync tests difficult on Mac. crbug.com/49378
- '-sync',
# crbug.com/98526
'-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
'-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
@@ -240,8 +223,6 @@
'-extensions.ExtensionsTest.testAllowAccessFileURLs',
# crbug.com/91033
'-omnibox.OmniboxTest.testOmniboxSearchHistory',
- # Gnome / kwallet popups on linux break sync tests. crbug.com/80329
- '-sync',
],
'chromeos': [
@@ -311,8 +292,6 @@
'-prefs.PrefsTest.testNavigationStateOnSessionRestore',
'-prefs.PrefsTest.testSessionRestoreURLs',
'-prefs.PrefsTest.testSessionRestore',
- # sync tests were running into a secondary passphrase. crosbug.com/15016.
- '-sync',
# Deal with i18n chars. crosbug.com/12639
'-downloads.DownloadsTest.testCrazyFilenames',
'-omnibox.OmniboxTest.testCrazyFilenames',
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/functional/infobars.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698