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

Unified Diff: tests/gclient_test.py

Issue 8055012: Disable --jobs 1000 tests since it's not stable yet. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gclient_test.py
diff --git a/tests/gclient_test.py b/tests/gclient_test.py
index 435ba75ef13d057e760987072a85ec6a72813af7..b56cab8cfd4fbd25527b45bf72e81ef9b4fe086a 100755
--- a/tests/gclient_test.py
+++ b/tests/gclient_test.py
@@ -77,10 +77,14 @@ class GclientTest(trial_dir.TestCase):
self._dependencies('1', True)
def testDependenciesJobs(self):
- self._dependencies('1000', False)
+ # TODO(maruel): Reenable once parallel processing works.
+ #self._dependencies('1000', False)
+ pass
def testDependenciesJobsReverse(self):
- self._dependencies('1000', True)
+ # TODO(maruel): Reenable once parallel processing works.
+ #self._dependencies('1000', True)
+ pass
def _dependencies(self, jobs, reverse):
# Verify that dependencies are processed in the right order, e.g. if there
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698