summaryrefslogtreecommitdiffstats
path: root/tools/code_coverage
diff options
context:
space:
mode:
authorpshenoy@chromium.org <pshenoy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-09 22:51:59 +0000
committerpshenoy@chromium.org <pshenoy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-09 22:51:59 +0000
commit6d9905f38f9ad736968fde0bcaebc62ccc10c4eb (patch)
treeb9101b5dd61ea6e6f7171de0663f2fa790fb30ef /tools/code_coverage
parent8dbf4d0b5fbd08648a527459bb8631db3dde850b (diff)
downloadchromium_src-6d9905f38f9ad736968fde0bcaebc62ccc10c4eb.zip
chromium_src-6d9905f38f9ad736968fde0bcaebc62ccc10c4eb.tar.gz
chromium_src-6d9905f38f9ad736968fde0bcaebc62ccc10c4eb.tar.bz2
Skip running pyauto tests on coverage bots.
Review URL: https://chromiumcodereview.appspot.com/10855038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150931 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/code_coverage')
-rwxr-xr-xtools/code_coverage/coverage_posix.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/code_coverage/coverage_posix.py b/tools/code_coverage/coverage_posix.py
index bdd2de8..9e78d4c 100755
--- a/tools/code_coverage/coverage_posix.py
+++ b/tools/code_coverage/coverage_posix.py
@@ -518,9 +518,10 @@ class Coverage(object):
# 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)