| Index: chrome/android/host_driven_tests/SyncTest.py
|
| diff --git a/chrome/android/host_driven_tests/SyncTest.py b/chrome/android/host_driven_tests/SyncTest.py
|
| index 73d34c8374fe8c609682cf918d9fd7f7fb4268ab..1ba31c58d42c0fac95561ea5ff8de8673a95250d 100755
|
| --- a/chrome/android/host_driven_tests/SyncTest.py
|
| +++ b/chrome/android/host_driven_tests/SyncTest.py
|
| @@ -42,26 +42,20 @@ class SyncTest(test_case.HostDrivenTestCase):
|
| full_names.append('SyncTest.' + test_name)
|
| return self._RunJavaTestFilters(full_names, self.additional_flags)
|
|
|
| - # Disabled for http://crbug.com/329757
|
| - # @tests_annotations.Feature(['Sync'])
|
| - # @tests_annotations.EnormousTest
|
| - @tests_annotations.DisabledTest
|
| + @tests_annotations.Feature(['Sync'])
|
| + @tests_annotations.EnormousTest
|
| def testGetAboutSyncInfoYieldsValidData(self):
|
| java_tests = ['testGetAboutSyncInfoYieldsValidData']
|
| return self._RunSyncTests(java_tests)
|
|
|
| - # Disabled for http://crbug.com/309997
|
| - # @tests_annotations.Feature(['Sync'])
|
| - # @tests_annotations.EnormousTest
|
| - @tests_annotations.DisabledTest
|
| + @tests_annotations.Feature(['Sync'])
|
| + @tests_annotations.EnormousTest
|
| def testAboutSyncPageDisplaysCurrentSyncStatus(self):
|
| java_tests = ['testAboutSyncPageDisplaysCurrentSyncStatus']
|
| return self._RunSyncTests(java_tests)
|
|
|
| - # Disabled for http://crbug.com/311091
|
| - # @tests_annotations.Feature(['Sync'])
|
| - # @tests_annotations.EnormousTest
|
| - @tests_annotations.DisabledTest
|
| + @tests_annotations.Feature(['Sync'])
|
| + @tests_annotations.EnormousTest
|
| def testDisableAndEnableSync(self):
|
| java_tests = ['testDisableAndEnableSync']
|
| return self._RunSyncTests(java_tests)
|
|
|