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..7420bef64d9e2bc3e0dc6eaf1397ba0057bcf328 100755 |
--- a/chrome/android/host_driven_tests/SyncTest.py |
+++ b/chrome/android/host_driven_tests/SyncTest.py |
@@ -55,7 +55,7 @@ class SyncTest(test_case.HostDrivenTestCase): |
return self._RunSyncTests(java_tests) |
@tests_annotations.Feature(['Sync']) |
- @tests_annotations.EnormousTest |
+ @tests_annotations.DisabledTest |
nyquist
2013/10/25 00:34:21
Could you add a comment to refer to the bug?
Also,
gone
2013/10/25 00:36:06
Done.
|
def testDisableAndEnableSync(self): |
java_tests = ['testDisableAndEnableSync'] |
return self._RunSyncTests(java_tests) |