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