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

Unified Diff: tools/perf/benchmarks/spaceport.py

Issue 569453002: Update sizes expectation for mini_installer.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable spaceport benchmark on linux Created 5 years, 9 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/perf/benchmarks/spaceport.py
diff --git a/tools/perf/benchmarks/spaceport.py b/tools/perf/benchmarks/spaceport.py
index 4a5be54e59c402aa74301fe1cc17422cb64a3a8f..bdcf5e6933818114c0c49e0253479e86188cdf7d 100644
--- a/tools/perf/benchmarks/spaceport.py
+++ b/tools/perf/benchmarks/spaceport.py
@@ -94,7 +94,8 @@ class _SpaceportMeasurement(page_test.PageTest):
# crbug.com/166703: This test frequently times out on Windows.
-@benchmark.Disabled('mac', 'win')
+# crbug.com/469224: Test is failing on linux as well.
+@benchmark.Disabled('mac', 'win', 'linux')
class Spaceport(benchmark.Benchmark):
"""spaceport.io's PerfMarks benchmark.
« 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