| 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 4d55f90fbf05c5d6b77615d23de2fc1216e3c0ff..e264bbe08fbc76242806ae7fba9e38b23c31ebd6 100755
|
| --- a/chrome/android/host_driven_tests/SyncTest.py
|
| +++ b/chrome/android/host_driven_tests/SyncTest.py
|
| @@ -54,8 +54,10 @@ class SyncTest(test_case.HostDrivenTestCase):
|
| java_tests = ['testAboutSyncPageDisplaysCurrentSyncStatus']
|
| return self._RunSyncTests(java_tests)
|
|
|
| - @tests_annotations.Feature(['Sync'])
|
| - @tests_annotations.EnormousTest
|
| + # Disabled for http://crbug.com/311091
|
| + # @tests_annotations.Feature(['Sync'])
|
| + # @tests_annotations.EnormousTest
|
| + @tests_annotations.DisabledTest
|
| def testDisableAndEnableSync(self):
|
| java_tests = ['testDisableAndEnableSync']
|
| return self._RunSyncTests(java_tests)
|
|
|