diff options
author | miletus <miletus@chromium.org> | 2015-04-27 12:09:54 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-27 19:09:57 +0000 |
commit | 141472fb2c616f490efa86d0c7c1748e161f839d (patch) | |
tree | e084789f16afa2675d744c852219bb17f0d9ce00 /testing | |
parent | 6233f60f246f03cd193bd9ecebbeb314813406d8 (diff) | |
download | chromium_src-141472fb2c616f490efa86d0c7c1748e161f839d.zip chromium_src-141472fb2c616f490efa86d0c7c1748e161f839d.tar.gz chromium_src-141472fb2c616f490efa86d0c7c1748e161f839d.tar.bz2 |
Disable flaky performance_browser_tests on win8
BUG=475940
TBR=hubbe@chromium.org, simonhatch@chromium.org
Review URL: https://codereview.chromium.org/1110663002
Cr-Commit-Position: refs/heads/master@{#327097}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.perf.json | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json index f3ad4ca..74cf045 100644 --- a/testing/buildbot/chromium.perf.json +++ b/testing/buildbot/chromium.perf.json @@ -337,18 +337,6 @@ ] }, "Win 8 Perf (2)": { - "scripts": [ - { - "args": [ - "performance_browser_tests", - "--test-launcher-print-test-stdio=always", - "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", - "--test-launcher-jobs=1", - "--enable-gpu" - ], - "name": "performance_browser_tests", - "script": "gtest_perf_test.py" - } - ] + "scripts": [] } } |