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

Unified Diff: tools/code_coverage/coverage_posix.py

Issue 10855038: Skip running pyauto tests on coverage bots. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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: tools/code_coverage/coverage_posix.py
===================================================================
--- tools/code_coverage/coverage_posix.py (revision 148409)
+++ tools/code_coverage/coverage_posix.py (working copy)
@@ -518,9 +518,10 @@
# Add 'src/test/functional/pyauto_functional.py' to self.tests.
# This file with '-v --suite=CODE_COVERAGE' arguments runs all pyauto tests.
- self.tests += [['src/chrome/test/functional/pyauto_functional.py',
- '-v',
- '--suite=CODE_COVERAGE']]
+ # Pyauto tests are failing randomly on coverage bots. So excluding them.
+ # self.tests += [['src/chrome/test/functional/pyauto_functional.py',
+ # '-v',
+ # '--suite=CODE_COVERAGE']]
# Medium tests?
# Not sure all of these work yet (e.g. page_cycler_tests)
« 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