diff options
author | sullivan <sullivan@google.com> | 2015-04-22 19:32:15 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-23 02:32:32 +0000 |
commit | 519c6bcd56d9a3d980394cc6deac0dcfe600eb0d (patch) | |
tree | 0b348f21e905f74657a9ca2a4b237f9a73f4c1ef /testing | |
parent | 2128aa35a6416b0f4683d07c8b6bb604eba87b94 (diff) | |
download | chromium_src-519c6bcd56d9a3d980394cc6deac0dcfe600eb0d.zip chromium_src-519c6bcd56d9a3d980394cc6deac0dcfe600eb0d.tar.gz chromium_src-519c6bcd56d9a3d980394cc6deac0dcfe600eb0d.tar.bz2 |
Remove telemetry_unittests and telemetry_perftests from running on Vista. There are no longer any Vista perfbots, and the tests can hang sometimes.
BUG=479337
Review URL: https://codereview.chromium.org/1100063005
Cr-Commit-Position: refs/heads/master@{#326428}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.win.json | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json index 83c446a..493461c 100644 --- a/testing/buildbot/chromium.win.json +++ b/testing/buildbot/chromium.win.json @@ -211,16 +211,7 @@ "test": "wm_unittests" } ], - "scripts": [ - { - "name": "telemetry_unittests", - "script": "telemetry_unittests.py" - }, - { - "name": "telemetry_perf_unittests", - "script": "telemetry_perf_unittests.py" - } - ] + "scripts": [] }, "Win 7 Tests x64 (1)": { "gtest_tests": [ |