Commit de71b4dc authored by rmistry@google.com's avatar rmistry@google.com

Temporarily disabling Git checkout tests.

Disabling due to the unrelated presubmit failures in https://chromiumcodereview.appspot.com/24047003/.

Review URL: https://chromiumcodereview.appspot.com/23619035

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@222766 0039d316-1c4b-4281-b951-d872f2087c98
parent 8bbdb7e6
......@@ -446,23 +446,23 @@ class GitCheckout(GitBaseTest):
commit_user=self.usr,
post_processors=post_processors)
def testAll(self):
def disabled_testAll(self):
root = os.path.join(self.root_dir, self.name)
self._check_base(self._get_co(None), root, None)
def testException(self):
def disabled_testException(self):
self._check_exception(
self._get_co(None),
'While running git apply --index -p1;\n fatal: corrupt patch at line '
'12\n')
def testProcess(self):
def disabled_testProcess(self):
self._test_process(self._get_co)
def _testPrepare(self):
self._test_prepare(self._get_co(None))
def testMove(self):
def disabled_testMove(self):
co = self._get_co(None)
self._check_move(co)
out = subprocess2.check_output(
......
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