Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: chrome/android/host_driven_tests/SyncTest.py

Issue 42103005: Really mark SyncTest as disabled (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/sync/SyncTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/sync/SyncTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698