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

Unified Diff: tests/checkout_test.py

Issue 23619035: Temporarily disabling Git checkout tests. (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/depot_tools/
Patch Set: Created 7 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/checkout_test.py
===================================================================
--- tests/checkout_test.py (revision 222760)
+++ tests/checkout_test.py (working copy)
@@ -446,23 +446,23 @@
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(
« 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