Commit ebf1f997 authored by maruel@chromium.org's avatar maruel@chromium.org

Disable --jobs 1000 tests since it's not stable yet.

TBR=dpranke@chromium.org
BUG=
TEST=


Review URL: http://codereview.chromium.org/8055012

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102923 0039d316-1c4b-4281-b951-d872f2087c98
parent 809ab90e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment