| 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 1ba31c58d42c0fac95561ea5ff8de8673a95250d..020c9046b208c547402e2c290fb94bd57b0b19de 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
|
| + # http://crbug.com/348117
|
| + # @tests_annotations.Feature(['Sync'])
|
| + # @tests_annotations.EnormousTest
|
| + @tests_annotations.DisabledTest
|
| def testAboutSyncPageDisplaysCurrentSyncStatus(self):
|
| java_tests = ['testAboutSyncPageDisplaysCurrentSyncStatus']
|
| return self._RunSyncTests(java_tests)
|
|
|