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 53a5b861adff15d13fcd633e32bf733d53bd8de4..cf284046eff30621e5ecbf312e538148049e8c69 100755 |
--- a/chrome/android/host_driven_tests/SyncTest.py |
+++ b/chrome/android/host_driven_tests/SyncTest.py |
@@ -43,8 +43,10 @@ class SyncTest(test_case.HostDrivenTestCase): |
full_names.append('SyncTest.' + test_name) |
return self._RunJavaTestFilters(full_names, self.additional_flags) |
- @tests_annotations.Feature(['Sync']) |
- @tests_annotations.EnormousTest |
+ # http://crbug.com/348951 |
+ # @tests_annotations.Feature(['Sync']) |
+ # @tests_annotations.EnormousTest |
+ @tests_annotations.DisabledTest |
def testGetAboutSyncInfoYieldsValidData(self): |
java_tests = ['testGetAboutSyncInfoYieldsValidData'] |
return self._RunSyncTests(java_tests) |
@@ -57,8 +59,10 @@ class SyncTest(test_case.HostDrivenTestCase): |
java_tests = ['testAboutSyncPageDisplaysCurrentSyncStatus'] |
return self._RunSyncTests(java_tests) |
- @tests_annotations.Feature(['Sync']) |
- @tests_annotations.EnormousTest |
+ # http://crbug.com/348951 |
+ # @tests_annotations.Feature(['Sync']) |
+ # @tests_annotations.EnormousTest |
+ @tests_annotations.DisabledTest |
def testDisableAndEnableSync(self): |
java_tests = ['testDisableAndEnableSync'] |
return self._RunSyncTests(java_tests) |