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

Unified Diff: trunk/src/chrome/android/host_driven_tests/SyncTest.py

Issue 186643004: Revert 254791 "Disable HostDriven_SyncTest.testDisableAndEnableSync" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/android/host_driven_tests/SyncTest.py
===================================================================
--- trunk/src/chrome/android/host_driven_tests/SyncTest.py (revision 254812)
+++ trunk/src/chrome/android/host_driven_tests/SyncTest.py (working copy)
@@ -56,10 +56,8 @@
java_tests = ['testAboutSyncPageDisplaysCurrentSyncStatus']
return self._RunSyncTests(java_tests)
- # @tests_annotations.Feature(['Sync'])
- # @tests_annotations.EnormousTest
- # See crbug.com/348951
- @tests_annotations.DisabledTest
+ @tests_annotations.Feature(['Sync'])
+ @tests_annotations.EnormousTest
def testDisableAndEnableSync(self):
java_tests = ['testDisableAndEnableSync']
return self._RunSyncTests(java_tests)
« 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