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 020c9046b208c547402e2c290fb94bd57b0b19de..27d6db926c765c0266572dd13e971c2be2e84f3d 100755 |
--- a/chrome/android/host_driven_tests/SyncTest.py |
+++ b/chrome/android/host_driven_tests/SyncTest.py |
@@ -56,8 +56,10 @@ class SyncTest(test_case.HostDrivenTestCase): |
java_tests = ['testAboutSyncPageDisplaysCurrentSyncStatus'] |
return self._RunSyncTests(java_tests) |
- @tests_annotations.Feature(['Sync']) |
- @tests_annotations.EnormousTest |
+ # @tests_annotations.Feature(['Sync']) |
+ # @tests_annotations.EnormousTest |
+ # See crbug.com/348951 |
+ @tests_annotations.DisabledTest |
def testDisableAndEnableSync(self): |
java_tests = ['testDisableAndEnableSync'] |
return self._RunSyncTests(java_tests) |