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

Unified Diff: tests/checkout_test.py

Issue 1099143002: Disabled flaky depot_tools tests (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Addressed comments Created 5 years, 8 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 | tests/gclient_smoketest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/checkout_test.py
diff --git a/tests/checkout_test.py b/tests/checkout_test.py
index 97249065e6a36315e77c04f03dd978a6cc6ae5a4..dfc88b06a8076e935466a1dbff808f726547e4a5 100755
--- a/tests/checkout_test.py
+++ b/tests/checkout_test.py
@@ -454,6 +454,7 @@ class GitCheckout(GitBaseTest):
root = os.path.join(self.root_dir, self.name)
self._check_base(self._get_co(None), root, None)
+ @unittest.skip('flaky')
def testException(self):
self._check_exception(
self._get_co(None),
« no previous file with comments | « no previous file | tests/gclient_smoketest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698