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

Unified Diff: functional/PYAUTO_TESTS

Issue 8566017: Disable sync.SyncIntegrationTest.testAddBookmarkAndVerifySync in Win platforms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
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: functional/PYAUTO_TESTS
===================================================================
--- functional/PYAUTO_TESTS (revision 109956)
+++ functional/PYAUTO_TESTS (working copy)
@@ -163,6 +163,8 @@
'-sync.SyncTest.testRestartBrowser',
# crbug.com/87642
'-sync.SyncTest.testDisableAndEnableDatatypes',
+ # crbug.com/104179
+ '-sync.SyncIntegrationTest.testAddBookmarkAndVerifySync',
# crbug.com/95621
'-youtube.YoutubeTest.testPlayerStatus',
# crbug.com/98526
@@ -224,6 +226,8 @@
# Permanently-disabled tests.
# ===========================
'-browser.BrowserTest.testWindowResize', # Details at: crbug.com/44963
+ # crbug.com/104206
+ '-notifications.NotificationsTest.testKillNotificationProcess',
# Several omnibox tests do not show omnibox results when run
# under virtual X on linux. The CONTINUOUS suite runs under virtual X
# on the chromium bots, so exlcude these from here. They're included
@@ -484,7 +488,7 @@
'-enterprise.EnterpriseTest.testDisabledPlugins',
'-enterprise.EnterpriseTest.testEnabledPlugins',
# crbug.com/100893
- '-enterprise.EnterpriseTestReverse.testEnableSPDY',
+ '-enterprise.EnterpriseTestReverse.testEnableSPDY',
],
'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