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) |